Installer Komga
Serveur multimédia de bandes dessinées / mangas gratuit et open source.
Komga prend en charge ces types de fichiers multimédias:
- CBZ | CBR | EPUB | PDF

Docker-compose
Installer une application avec Portainer
version: '3.3'
services:
komga:
image: gotson/komga
container_name: komga
volumes:
- type: bind
source: /srv/appdata/komga/config
target: /config
- type: bind
source: /srv/appdata/komga/data
target: /data
- type: bind
source: /etc/timezone
target: /etc/timezone
read_only: true
ports:
- 7777:8080
user: "1000:1000"
environment:
- JAVA_TOOL_OPTIONS=-Xmx2g
restart: unless-stopped
Comment accéder à votre application une fois installée?
http://votre_ip:7777
![]() |
![]() |
![]() |
---|