mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
simplify config files for docker profile (fix the incorrect log file due to ordering of profiles)
This commit is contained in:
parent
ac8b2d8d75
commit
4b32738982
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
spring:
|
||||
profiles:
|
||||
include: prod
|
||||
include: flyway
|
||||
datasource:
|
||||
url: jdbc:h2:/config/database.h2
|
||||
logging.file: /config/logs/komga.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue