1 changed files with 15 additions and 0 deletions
@ -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…
Reference in new issue