mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 15:34:17 +01:00
fix sample docker-compose.yml cron expression
This commit is contained in:
parent
6437cce1e6
commit
dba9d13c3d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ services:
|
|||
- SPRING_PROFILES_ACTIVE=prod
|
||||
- SPRING_DATASOURCE_URL=jdbc:h2:/config/database.h2;DB_CLOSE_DELAY=-1
|
||||
- KOMGA_ROOT_FOLDER=/books
|
||||
- KOMGA_ROOT_FOLDER_SCAN_CRON="0 0 * * * ?" # periodic scan every hour
|
||||
- KOMGA_ROOT_FOLDER_SCAN_CRON=0 0 * * * ? # periodic scan every hour
|
||||
- KOMGA_USER_PASSWORD=your-admin-password
|
||||
- KOMGA_ADMIN_PASSWORD=your-user-password
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in a new issue