You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting Mealie the logs states the following:
mealie_app | Switching to dedicated user
mealie_app |
mealie_app | User uid: 1000
mealie_app | User gid: 1000
mealie_app |
mealie_app | /opt/pysetup/.venv/lib/python3.10/site-packages/pydantic_settings/sources.py:431: UserWarning: directory "/run/secrets" does not exist
mealie_app | warnings.warn(f'directory "{self.secrets_path}" does not exist')
mealie_app | INFO 2024-07-11T21:58:16 - Started server process [1]
mealie_app | INFO 2024-07-11T21:58:16 - Waiting for application startup.
....
It warns about the directory /run/secrets not existing. This error does not cause any issues as Mealie continues to start up afterwards.
First Check
What is the issue you are experiencing?
When starting Mealie the logs states the following:
It
warn
s about the directory/run/secrets
not existing. This error does not cause any issues as Mealie continues to start up afterwards.This issue is raised as a followup on #3852 (comment)
Steps to Reproduce
docker-compose.yml
Start Mealie with docker compose and check the logs
Please provide relevant logs
Mealie Version
Version
: v1.10.1
Build
: d639d168fa7c39ffb802d46ba05e4ec4de33faf9
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: