Removed unnecessary text

This commit is contained in:
Kevin Veen-Birkenbach 2021-11-12 12:57:23 +01:00
parent 08611e7f6c
commit 542372672d

View File

@ -24,10 +24,5 @@ ansible-playbook -i ~/your-inventories/inventorie/hosts site.yml
docker stop $(docker ps -aq); docker rm $(docker ps -aq); docker volume rm $(docker volume ls -q);
``
## 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