From f5fce9b37e53bab3818d4211a948b4b833139feb Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Tue, 9 Dec 2025 03:45:52 -0500 Subject: [PATCH] php - volume path --- templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 17b4933..6cdc81c 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -6,7 +6,7 @@ services: ports: - "9000:9000" volumes: - - /home/{{ user.name }}/webroot:/var/www/public + - /home/{{ user.name }}/webroot:/var/www/html environment: - VIRTUAL_HOST={{ inventory_hostname | default('ansible_undefined_host') }} - VIRTUAL_PROTO=fastcgi