7 lines
223 B
Bash
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'
|