mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-17 18:49:15 +00:00
5 lines
159 B
Bash
Executable file
5 lines
159 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# this should all be done without needing a running instance
|
|
docker compose run --rm -e "PLEROMA_CTL_RPC_DISABLED=true" akkoma ./bin/pleroma_ctl $@
|