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