1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

don't require RPC

This commit is contained in:
Floatingghost 2024-05-29 06:12:23 +01:00
parent f2d59a2922
commit c38555de5c

View file

@ -1,3 +1,4 @@
#!/bin/sh
docker compose run --rm akkoma ./bin/pleroma_ctl $@
# this should all be done without needing a running instance
docker compose run --rm -e "PLEROMA_CTL_RPC_DISABLED=true" akkoma ./bin/pleroma_ctl $@