From 00980dd4b9731de58401e4e4f7c770349bcbbed4 Mon Sep 17 00:00:00 2001 From: Alexandre Gaudreau Date: Thu, 17 Dec 2020 12:20:37 -0500 Subject: [PATCH] Update komga.md Fixed indentation for Komga service --- apps/media/komga.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/media/komga.md b/apps/media/komga.md index 0b14575..25b02d2 100644 --- a/apps/media/komga.md +++ b/apps/media/komga.md @@ -16,18 +16,18 @@ Probably the best self-hosted comic books reader. version: '3.3' services: komga: - image: gotson/komga - container_name: komga - restart: unless-stopped - user: "1000:1000" - environment: - - KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS=#recycle,@eaDir - ports: - - 3020:8080 - volumes: - - ./data:/config - - ./books:/books - - /etc/timezone:/etc/timezone:ro + image: gotson/komga + container_name: komga + restart: unless-stopped + user: "1000:1000" + environment: + - KOMGA_LIBRARIES_SCAN_DIRECTORY_EXCLUSIONS=#recycle,@eaDir + ports: + - 3020:8080 + volumes: + - ./data:/config + - ./books:/books + - /etc/timezone:/etc/timezone:ro ```