mirror of
https://github.com/docker/compose.git
synced 2025-07-15 17:54:29 +02:00
9 lines
121 B
YAML
9 lines
121 B
YAML
version: '2.4'
|
|
services:
|
|
web:
|
|
image: ${IMAGE}
|
|
command: ${COMMAND}
|
|
ports:
|
|
- $PORT1
|
|
- $PORT2
|