Document restore exceptions and layout fixes

This commit is contained in:
2026-05-16 07:43:46 +02:00
parent 4e7d313a20
commit a9e62ee8e5
9 changed files with 14 additions and 9 deletions
+1 -2
View File
@@ -14,13 +14,12 @@ services:
POSTGRES_SERVER: mealie-postgres
POSTGRES_DB: mealie
POSTGRES_USER: mealie
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
POSTGRES_PASSWORD: ${MEALIE_POSTGRES_PASSWORD}
BASE_URL: https://mealie.kaleschke.info
volumes:
- /mnt/user/appdata/mealie/data:/app/data
- /mnt/user/appdata/secrets/mealie_postgres_password.txt:/run/secrets/postgres_password:ro
networks:
- frontend_net