This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
awesome-compose
Watch
1
Star
0
Fork
You've already forked awesome-compose
0
mirror of
https://github.com/docker/awesome-compose.git
synced
2025-04-18 23:08:07 +02:00
Code
Activity
c2f8036fd3
awesome-compose
/
apache-php
/
compose.yaml
10 lines
139 B
YAML
Raw
Normal View
History
Unescape
Escape
Sample for apache-php7 (#42) * add apache-php7.2 sample Signed-off-by: kouul <maulloohans@gmail.com>
2020-04-06 20:31:23 +04:00
services
:
web
:
apache-php: add dev envs config Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2022-07-05 09:42:09 -04:00
build
:
context
:
app
target
:
builder
Sample for apache-php7 (#42) * add apache-php7.2 sample Signed-off-by: kouul <maulloohans@gmail.com>
2020-04-06 20:31:23 +04:00
ports
:
-
'80:80'
volumes
:
-
./app:/var/www/html/
Copy permalink