Update komga.md

Fixed indentation for Komga service
This commit is contained in:
Alexandre Gaudreau 2020-12-17 12:20:37 -05:00 committed by GitHub
parent 1ca0ac63c9
commit 00980dd4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,18 +16,18 @@ Probably the best self-hosted comic books reader.
version: '3.3' version: '3.3'
services: services:
komga: komga:
image: gotson/komga image: gotson/komga
container_name: komga container_name: komga
restart: unless-stopped restart: unless-stopped
user: "1000:1000" user: "1000:1000"
environment: environment:
- KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS=#recycle,@eaDir - KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS=#recycle,@eaDir
ports: ports:
- 3020:8080 - 3020:8080
volumes: volumes:
- ./data:/config - ./data:/config
- ./books:/books - ./books:/books
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
``` ```