4 lines
159 B
Bash
Executable file
4 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 $@
|