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:
- "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