mirror of https://github.com/docker/compose.git
7 lines
94 B
YAML
7 lines
94 B
YAML
|
web:
|
||
|
image: ${IMAGE}
|
||
|
command: ${COMMAND}
|
||
|
ports:
|
||
|
- $PORT1
|
||
|
- $PORT2
|