1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00
awesome-compose/apache-php/docker-compose.yaml
kouul 02daefc733 using yaml instead of yml
Signed-off-by: kouul <maulloohans@gmail.com>
2020-04-06 19:41:03 +04:00

9 lines
No EOL
125 B
YAML

version: "3.7"
services:
web:
build: app
ports:
- '8008:80'
volumes:
- ./app:/var/www/html/