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-29 15:48:03 +02:00
Code
Activity
128c59b792
awesome-compose
/
apache-php
/
docker-compose.yaml
9 lines
125 B
YAML
Raw
Normal View
History
Unescape
Escape
add apache-php7.2 sample Signed-off-by: kouul <maulloohans@gmail.com>
2020-04-05 14:41:12 +04:00
version
:
"3.7"
services
:
web
:
build
:
app
ports
:
-
'8008:80'
volumes
:
added break lines Signed-off-by: kouul <maulloohans@gmail.com>
2020-04-05 14:45:38 +04:00
-
./app:/var/www/html/
Copy permalink