mirror of
https://github.com/docker/compose.git
synced 2025-11-29 01:54:08 +01:00
7 lines
94 B
YAML
7 lines
94 B
YAML
web:
|
|
image: ${IMAGE}
|
|
command: ${COMMAND}
|
|
ports:
|
|
- $PORT1
|
|
- $PORT2
|