mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
phpcontainer tweaks for live use
This commit is contained in:
@@ -4,7 +4,7 @@ version: "3.3"
|
||||
services:
|
||||
|
||||
php-apache:
|
||||
image: "4lights/phpcontainer:latest"
|
||||
image: ${PHPCONTAINER_IMAGE:-4lights/phpcontainer:latest}
|
||||
restart: always
|
||||
volumes:
|
||||
- "${VOL_PATH:-./data}/website:/data"
|
||||
|
||||
Reference in New Issue
Block a user