瀏覽代碼

Update Administration-guide.md

Update for those using docker
suoko 7 年之前
父節點
當前提交
fd3927b956
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Running-Mastodon/Administration-guide.md

+ 5 - 0
Running-Mastodon/Administration-guide.md

@@ -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