Files
djupet/docker-compose.yml
T

7 lines
122 B
YAML
Raw Normal View History

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