mirror of
https://github.com/docker/compose.git
synced 2026-07-06 16:36:27 +00:00
8 lines
121 B
YAML
8 lines
121 B
YAML
version: '2.4'
|
|
services:
|
|
web:
|
|
image: ${IMAGE}
|
|
command: ${COMMAND}
|
|
ports:
|
|
- $PORT1
|
|
- $PORT2
|