1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

apache-php: add dev envs config

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman 2022-07-05 09:42:09 -04:00
parent 8784f95a69
commit 8f09141e6e
4 changed files with 46 additions and 3 deletions

View file

@ -1,8 +1,9 @@
services:
web:
build: app
build:
context: app
target: builder
ports:
- '80:80'
volumes:
- ./app:/var/www/html/