mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 07:18:06 +02:00
10 lines
164 B
YAML
10 lines
164 B
YAML
|
services:
|
||
|
web:
|
||
|
build:
|
||
|
context: vuejs
|
||
|
target: dev-envs
|
||
|
ports:
|
||
|
- 8080:8080
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|