mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
apache-php: add dev envs config
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
parent
8784f95a69
commit
8f09141e6e
4 changed files with 46 additions and 3 deletions
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/
|
Loading…
Add table
Add a link
Reference in a new issue