18 lines
370 B
YAML
Executable File
18 lines
370 B
YAML
Executable File
services:
|
|
komga:
|
|
image: gotson/komga
|
|
container_name: komga
|
|
restart: always
|
|
volumes:
|
|
- configkomga:/config
|
|
- torrents:/torrents
|
|
- /etc/localtime:/etc/localtime:ro
|
|
environment:
|
|
- TZ=${TZ}
|
|
user: "${PUID}:${PGID}"
|
|
|
|
volumes:
|
|
configkomga:
|
|
driver: local-persist
|
|
driver_opts:
|
|
mountpoint: $HOST_CONFIG_PATH/komga |