https://hub.docker.com/r/surveyking/surveyking
services:
surveyking:
image: surveyking/surveyking
container_name: surveyking
restart: unless-stopped
ports:
- "1991:1991"
environment:
- PROFILE=h2
volumes:
- /vol3/1000/2T/docker/surveyking/db:/app/db
- /vol3/1000/2T/docker/surveyking/files:/app/files
- /vol3/1000/2T/docker/surveyking/logs:/app/logs