mirror of https://github.com/docker/compose.git
5 lines
69 B
YAML
5 lines
69 B
YAML
|
services:
|
||
|
test:
|
||
|
image: test
|
||
|
ports:
|
||
|
- ${PORT:-8080}:80
|