Update Administration-guide.md

Update for those using docker
This commit is contained in:
suoko 2017-05-06 13:53:15 +02:00 committed by GitHub
parent d75b3d41c6
commit fd3927b956
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ The following rake task:
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.
## Administration web interface