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

View File

@@ -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
```