don't require RPC
This commit is contained in:
parent
f2d59a2922
commit
c38555de5c
1 changed files with 2 additions and 1 deletions
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue