mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Updated readme.md
This commit is contained in:
parent
45841aceac
commit
fc6aa590bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user