1
0
mirror of https://github.com/Haxxnet/Compose-Examples synced 2025-03-01 11:28:43 +00:00

11 lines
230 B
YAML

version: "3"
services:
answer:
container_name: answer
image: answerdev/answer
ports:
- '9080:80'
restart: unless-stopped
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/answer/data:/data