7 lines
115 B
YAML
7 lines
115 B
YAML
|
|
services:
|
||
|
|
app:
|
||
|
|
image: ${IMAGE:-2048:local}
|
||
|
|
restart: unless-stopped
|
||
|
|
ports:
|
||
|
|
- "${PORT:-3009}:80"
|