Reset history to current sanitized state

This commit is contained in:
2026-08-06 20:28:06 +00:00
commit 5679f3478f
4 changed files with 481 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
services:
komga:
image: gotson/komga
container_name: komga
mem_limit: 1g
memswap_limit: 1g
volumes:
- type: bind
source: /srv/appdata/komga/config
target: /config
- type: bind
source: /data/Data1/comics
target: /data
- type: bind
source: /etc/timezone
target: /etc/timezone
read_only: true
- type: bind
source: /srv/appdata/komga/tmp
target: /tmp
# ports:
# - 25600:25600
user: "1000:1000"
restart: unless-stopped
networks:
npm_proxy:
ipv4_address: 192.168.97.17
networks:
npm_proxy:
external: true