mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
10 lines
115 B
YAML
10 lines
115 B
YAML
services:
|
|
web:
|
|
image: nginx
|
|
networks:
|
|
- test
|
|
|
|
networks:
|
|
test:
|
|
labels:
|
|
- foo=${FOO:-foo} |