Docker restart everytime since update on docker-synology #5190

Closed
opened 2026-03-07 20:16:29 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @leguennecj on GitHub (Mar 29, 2023).

Hello, since last update my docker restart and cannot start completly

Here is the logs

2023-03-29T12:30:02.158357080Z stdout PASSWORD_ITERATIONS should be at least 100000 or higher. The default is 600000!
2023-03-29T12:30:02.158195584Z stdout Error loading config:
2023-03-29T12:30:02.158157725Z stdout  
2023-03-29T12:30:02.158113040Z stdout [WARNING] ADMIN_TOKEN
2023-03-29T12:30:02.158043149Z stdout [WARNING] Please use the admin panel to make changes to them:
2023-03-29T12:30:02.157959714Z stdout [WARNING] The following environment variables are being overriden by the config.json file.
2023-03-29T12:30:02.157801396Z stdout  
2023-03-29T12:30:02.157085185Z stdout [INFO] Using saved config from data/config.json for configuration.

Any idea to help me ?
Regards

Originally created by @leguennecj on GitHub (Mar 29, 2023). Hello, since last update my docker restart and cannot start completly Here is the logs 2023-03-29T12:30:02.158357080Z | stdout | PASSWORD_ITERATIONS should be at least 100000 or higher. The default is 600000! -- | -- | -- 2023-03-29T12:30:02.158195584Z | stdout | Error loading config: 2023-03-29T12:30:02.158157725Z | stdout |   2023-03-29T12:30:02.158113040Z | stdout | [WARNING] ADMIN_TOKEN 2023-03-29T12:30:02.158043149Z | stdout | [WARNING] Please use the admin panel to make changes to them: 2023-03-29T12:30:02.157959714Z | stdout | [WARNING] The following environment variables are being overriden by the config.json file. 2023-03-29T12:30:02.157801396Z | stdout |   2023-03-29T12:30:02.157085185Z | stdout | [INFO] Using saved config from `data/config.json` for configuration. Any idea to help me ? Regards
Author
Owner

@BlackDex commented on GitHub (Mar 29, 2023):

Yes, increase PASSWORD_ITERATIONS to at least 100000 as mentioned 😉 .
Since you have this configured in the config.json file, i suggest to edit that file, and either remove that line, or set it to 600000.

That should solve your issue.

@BlackDex commented on GitHub (Mar 29, 2023): Yes, increase `PASSWORD_ITERATIONS` to at least `100000` as mentioned 😉 . Since you have this configured in the `config.json` file, i suggest to edit that file, and either remove that line, or set it to `600000`. That should solve your issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#5190