solved docker-compose naming bugs

This commit is contained in:
2023-04-19 00:03:13 +02:00
parent 0aacd81f6e
commit 7cb11a2d37
56 changed files with 147 additions and 147 deletions

View File

@@ -1,8 +1,8 @@
---
- name: recreate funkwhale
command:
cmd: server_docker-compose -p funkwhale up -d --force-recreate
chdir: /home/administrator/server_docker-compose/funkwhale/
cmd: docker-compose -p funkwhale up -d --force-recreate
chdir: /home/administrator/docker-compose/funkwhale/
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600