mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-16 05:57:57 +02:00
9 lines
139 B
YAML
9 lines
139 B
YAML
services:
|
|
web:
|
|
build:
|
|
context: app
|
|
target: builder
|
|
ports:
|
|
- '80:80'
|
|
volumes:
|
|
- ./app:/var/www/html/
|