mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
fixed the ports
This commit is contained in:
@@ -9,5 +9,3 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "${VOL_PATH:-./data}/website:/data"
|
- "${VOL_PATH:-./data}/website:/data"
|
||||||
- "${VOL_PATH:-./config}/php.ini:/usr/local/etc/php/php.ini"
|
- "${VOL_PATH:-./config}/php.ini:/usr/local/etc/php/php.ini"
|
||||||
ports:
|
|
||||||
- "${DOCKERPORT}:80"
|
|
||||||
Reference in New Issue
Block a user