mirror of
https://github.com/docker/compose.git
synced 2026-07-11 10:44:06 +00:00
6 lines
94 B
YAML
6 lines
94 B
YAML
web:
|
|
image: ${IMAGE}
|
|
command: ${COMMAND}
|
|
ports:
|
|
- $PORT1
|
|
- $PORT2
|