Reset history to current sanitized state
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user