Browse Source

- Added Komga

master
Quildra 4 years ago
parent
commit
abd7575f03
  1. 15
      komga-docker-compose.yml

15
komga-docker-compose.yml

@ -0,0 +1,15 @@
version: "3.7"
services:
komga:
image: gotson/komga:0.153.1
container_name: Komga
volumes:
- /mnt/docker_volumes/Komga/config:/config
- /mnt/pokecenter/Media/Comics:/data
- type: bind
source: /etc/timezone
target: /etc/timezone
read_only: true
ports:
- 8080:8080
restart: unless-stopped
Loading…
Cancel
Save