mirror of https://github.com/docker/compose.git
6 lines
76 B
YAML
6 lines
76 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
simple:
|
||
|
image: nginx
|
||
|
ports:
|
||
|
- "80:80"
|