mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
cleanup repo
This commit is contained in:
12
examples/gokapi/docker-compose.yml
Normal file
12
examples/gokapi/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
gokapi:
|
||||
image: f0rc3/gokapi:latest
|
||||
container_name: gokapi
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 53842:53842
|
||||
volumes:
|
||||
- /mnt/docker-volumes/gokapi/data:/app/data
|
||||
- /mnt/docker-volumes/gokapi/config:/app/config
|
||||
Reference in New Issue
Block a user