Solved openproject mount bug

This commit is contained in:
2025-04-21 22:16:50 +02:00
parent a6e7303f26
commit 4590331a2b
4 changed files with 17 additions and 7 deletions

View File

@@ -109,7 +109,7 @@
- name: docker compose project setup
command:
cmd: "docker-compose -p {{application_id}} up -d{% if mode_cleanup | bool %} --remove-orphans{% endif %}"
cmd: "docker-compose -p {{application_id}} up -d --remove-orphans"
chdir: "{{docker_compose.directories.instance}}"
environment:
COMPOSE_HTTP_TIMEOUT: 600