summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/akkoma/docker-entrypoint.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/services/akkoma/docker-entrypoint.patch b/services/akkoma/docker-entrypoint.patch
index bf84008..4b7ce1f 100644
--- a/services/akkoma/docker-entrypoint.patch
+++ b/services/akkoma/docker-entrypoint.patch
@@ -1,5 +1,5 @@
---- a/docker-entrypoint.sh	2023-10-02 00:12:00.075281627 +0000
-+++ b/docker-entrypoint.sh	2023-10-02 00:06:36.989085305 +0000
+--- a/docker-entrypoint.sh	2024-02-11 23:00:00.075281627 +0000
++++ b/docker-entrypoint.sh	2024-02-11 23:00:36.989085305 +0000
 @@ -8,7 +8,7 @@
  done
  
@@ -8,5 +8,5 @@
 +/bin/pleroma_ctl migrate
  
  echo "-- Starting!"
--mix phx.server
+-elixir --erl "+sbwt none +sbwtdcpu none +sbwtdio none" -S mix phx.server
 +/bin/pleroma start