mirror of https://github.com/docker/compose.git
5 lines
74 B
YAML
5 lines
74 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
simple:
|
||
|
image: nginx
|
||
|
network_mode: bridge
|