2024-12-29 10:32:16 +08:00

7 lines
223 B
Bash

docker-compose exec gotosocial gotosocial \
--config-path /gotosocial/storage/config.yaml \
admin account create \
--username some_username \
--email some_email@whatever.org \
--password 'SOME_PASSWORD'