Update mastodon.yml

This commit is contained in:
Kasra Bigdeli 2021-01-01 15:52:07 -05:00 committed by GitHub
parent 1017a3be6b
commit 9e8e8b3ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ caproverOneClickApp:
Step 1: From your terminal run the following command.
docker exec -it $(docker ps --filter name='srv-captain--mastodon.1' -q) /bin/bash
docker exec -it $(docker ps --filter name='srv-captain--{appname}.1' -q) /bin/bash
Step 2: Now that you are inside your mastodon container: run the following command assuming your username is alice:
@ -207,7 +207,7 @@ caproverOneClickApp:
From your terminal run the following assuming your app name is mastodon
chown -R 991:991 /var/lib/docker/volumes/captain--mastodon-system
chown -R 991:991 /var/lib/docker/volumes/captain--{appname}-system
end: >-
Aaaand you're done! 😄