From a8d2bb0fdaedb6fe43aaed8537f6e80d761196e7 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 15 Nov 2022 22:09:40 +0100 Subject: [PATCH] Updated readme.md --- roles/docker-mastodon/readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roles/docker-mastodon/readme.md b/roles/docker-mastodon/readme.md index 5c9ed983..b9abf46b 100644 --- a/roles/docker-mastodon/readme.md +++ b/roles/docker-mastodon/readme.md @@ -14,12 +14,15 @@ rm -vR /home/administrator/docker-compose/mastodon ## access terminal ```bash -docker exec -it mastodon-streaming-1 /bin/bash +docker exec -it mastodon-web-1 /bin/bash ``` ## set rights + +After setting up mastodon you need to give the rights + ```bash -docker exec -it mastodon-streaming-1 chown -R 991:991 public +docker exec -it -u root mastodon-web-1 chown -R 991:991 public ``` ## further information