mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-18 14:58:22 +02:00
10 lines
190 B
YAML
10 lines
190 B
YAML
services:
|
|
web:
|
|
build:
|
|
context: app
|
|
target: dev-envs
|
|
ports:
|
|
- '80:80'
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- ./app:/var/www/html/
|