summary refs log tree commit diff
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-02-12 02:29:11 +0100
committerMel <mel@rnrd.eu>2025-02-12 02:29:11 +0100
commit7afb39935e8dabd1c6797aefa3d36f6061794040 (patch)
tree95d9da66be735140417d20bd69a2c06d51f8bd24
parentd6e73178cdaf44746bcbfb8c78e8c99f8821a234 (diff)
downloadnetwork-7afb39935e8dabd1c6797aefa3d36f6061794040.tar.zst
network-7afb39935e8dabd1c6797aefa3d36f6061794040.zip
Update akkoma docker script patch
Signed-off-by: Mel <mel@rnrd.eu>
-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