php - volume path

This commit is contained in:
Mike Holloway 2025-12-09 03:45:52 -05:00
parent b859e97294
commit f5fce9b37e

View File

@ -6,7 +6,7 @@ services:
ports: ports:
- "9000:9000" - "9000:9000"
volumes: volumes:
- /home/{{ user.name }}/webroot:/var/www/public - /home/{{ user.name }}/webroot:/var/www/html
environment: environment:
- VIRTUAL_HOST={{ inventory_hostname | default('ansible_undefined_host') }} - VIRTUAL_HOST={{ inventory_hostname | default('ansible_undefined_host') }}
- VIRTUAL_PROTO=fastcgi - VIRTUAL_PROTO=fastcgi