fix sample docker-compose.yml cron expression

This commit is contained in:
Gauthier Roebroeck 2019-08-22 19:29:14 +08:00
parent 6437cce1e6
commit dba9d13c3d

View file

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