summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2021-01-01 15:52:07 -0500
committerGitHub <[email protected]>2021-01-01 15:52:07 -0500
commit9e8e8b3ad590b5722e181330705435b07e5797ad (patch)
tree34da4d0f31696b35c874dfcd714f0f6c213f5c5f
parent1017a3be6b88232c3631011f877b8be287f4e11f (diff)
downloadcaprover-one-click-apps-9e8e8b3ad590b5722e181330705435b07e5797ad.tar.gz
caprover-one-click-apps-9e8e8b3ad590b5722e181330705435b07e5797ad.zip
Update mastodon.yml
-rw-r--r--public/v4/apps/mastodon.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/v4/apps/mastodon.yml b/public/v4/apps/mastodon.yml
index 4d409ac..8669b6e 100644
--- a/public/v4/apps/mastodon.yml
+++ b/public/v4/apps/mastodon.yml
@@ -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! 😄