1
0
mirror of https://github.com/Haxxnet/Compose-Examples synced 2025-03-13 00:59:53 +00:00

14 lines
333 B
YAML

services:
gokapi:
image: f0rc3/gokapi:latest
container_name: gokapi
restart: unless-stopped
ports:
- 53842:53842
expose:
- 53842
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/gokapi/data:/app/data
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/gokapi/config:/app/config