update docs

This commit is contained in:
sn0w 2019-08-26 00:02:45 +02:00
parent 7234cee371
commit 8fd6c3f959
2 changed files with 3 additions and 3 deletions

View File

@ -79,10 +79,10 @@ Pleroma maintenance is usually done with mix tasks.
You can run these tasks in your running pleroma server using `./pleroma.sh mix [task] [arguments...]`.
If you need to fix some bigger issues you can also spawn a shell with `./pleroma.sh enter`.
For example: `/pleroma.sh mix pleroma.user new sn0w ...`
If you need to fix bigger problems you can also spawn a shell with `./pleroma.sh enter`.
### Customization
Add your customizations (and their folder structure) to `custom.d/`.<br>

View File

@ -179,7 +179,7 @@ action__build() {
}
action__enter() {
docker_compose exec server sh -c 'cd ~/pleroma && bash'
docker_compose exec server sh -c 'cd ~/pleroma && ash'
}
action__logs() {