update docs
This commit is contained in:
parent
7234cee371
commit
8fd6c3f959
@ -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>
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user