Added draft for docker-nextcloud fpm support

This commit is contained in:
2021-08-17 22:19:29 +02:00
parent 6a5db94ade
commit 5afc1a4aa2
4 changed files with 211 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ docker stop $(docker ps -aq); docker rm $(docker ps -aq); docker volume rm $(doc
## todo
- Use docker-compose.yml files instead of the ansible inbuild docker-compose for more flexibility
- Implement https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker
- Refactor https://stackoverflow.com/questions/44784103/where-should-i-put-docker-compose-yml
## see
- https://wiki.archlinux.org/index.php/Ansible