apache-php: add dev envs config
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
10
apache-php/.docker/docker-compose.yaml
Normal file
10
apache-php/.docker/docker-compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: app
|
||||
target: dev-envs
|
||||
ports:
|
||||
- '80:80'
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./app:/var/www/html/
|
||||
Reference in New Issue
Block a user