Files

7 lines
127 B
YAML
Raw Permalink Normal View History

services:
app:
image: ${IMAGE:-vildhjarta:local}
restart: unless-stopped
ports:
- "${HOST_PORT:-47174}:80"