This website requires JavaScript.
Explore
Help
Register
Sign In
rms
/
awesome-compose
Watch
1
Star
0
Fork
0
You've already forked awesome-compose
mirror of
https://github.com/docker/awesome-compose.git
synced
2026-05-17 00:45:57 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Apply Patch
awesome-compose
/
apache-php
/
compose.yaml
10 lines
139 B
YAML
Raw
Permalink
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/
Reference in New Issue
Copy Permalink