Update Administration-guide.md
Update for those using docker
This commit is contained in:
parent
d75b3d41c6
commit
fd3927b956
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ The following rake task:
|
||||||
|
|
||||||
RAILS_ENV=production bundle exec rails mastodon:make_admin USERNAME=alice
|
RAILS_ENV=production bundle exec rails mastodon:make_admin USERNAME=alice
|
||||||
|
|
||||||
|
or, if using docker:
|
||||||
|
|
||||||
|
docker-compose run --rm web rails mastodon:make_admin USERNAME=alice
|
||||||
|
|
||||||
|
|
||||||
Would turn the local user "alice" into an admin.
|
Would turn the local user "alice" into an admin.
|
||||||
|
|
||||||
## Administration web interface
|
## Administration web interface
|
||||||
|
|
Loading…
Reference in a new issue