services: remove Komga

This commit is contained in:
Bruno BELANYI 2021-01-19 13:55:28 +01:00
parent b1f0aaeceb
commit c25ab121e6
2 changed files with 0 additions and 15 deletions

View File

@ -248,21 +248,6 @@ services:
- 4242:4242
- 113:10113 #optional
komga:
image: gotson/komga
container_name: komga
restart: unless-stopped
env_file:
- ./komga/komga.env
volumes:
- ./komga:/config
- ~/comics:/books/comics
- ~/manga:/books/manga
- /etc/timezone:/etc/timezone:ro
expose:
- 8080
user: 1000:1000
jellyfin:
image: linuxserver/jellyfin
container_name: jellyfin

View File