mirror of https://github.com/docker/compose.git
10 lines
152 B
YAML
10 lines
152 B
YAML
|
services:
|
||
|
container1:
|
||
|
image: nginx
|
||
|
network_mode: bridge
|
||
|
container2:
|
||
|
image: nginx
|
||
|
network_mode: bridge
|
||
|
links:
|
||
|
- container1
|