mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-23 20:11:12 +00:00
14 lines
333 B
YAML
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
|