You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
370 B

version: "3.7"
services:
komga:
image: gotson/komga:1.19.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:
- 8081:25600
restart: unless-stopped