mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added 4 lights php container
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
version: "3.3"
|
||||
|
||||
services:
|
||||
|
||||
php-apache:
|
||||
image: "4lights/phpcontainer:latest"
|
||||
restart: always
|
||||
volumes:
|
||||
- "${VOL_PATH:-./data}/website:/data"
|
||||
- "${VOL_PATH:-./config}/php.ini:/usr/local/etc/php/php.ini"
|
||||
ports:
|
||||
- "${DOCKERPORT}:80"
|
||||
Reference in New Issue
Block a user