mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
9 lines
218 B
YAML
9 lines
218 B
YAML
services:
|
|
|
|
php-apache:
|
|
image: ${PHPCONTAINER_IMAGE:-4lights/phpcontainer:latest}
|
|
restart: always
|
|
volumes:
|
|
- "${VOL_PATH:-./data}/website:/data"
|
|
- "./config/php.ini:/usr/local/etc/php/php.ini"
|