computer-playbook/roles/docker-mybb/README.md

8 lines
221 B
Markdown
Raw Normal View History

2020-12-24 14:27:31 +01:00
# role mybb
## install plugins
Extract the plugins to /mnt.
Execute:
```bash
docker run --rm -v mybb-data:/target/ -v /mnt/:/origin/ "kevinveenbirkenbach/alpine-rsync" sh -c "rsync -avv /origin/inc/plugins/ /target/"
```