fix(service): set correct SERVICE_HEX magic env for homarr SECRET_ENCRYPTION_KEY

This commit is contained in:
ShadowArcanist 2026-05-09 19:30:07 +05:30
parent 02373e1b3e
commit 4453fec7cc
No known key found for this signature in database

View file

@ -10,8 +10,7 @@ services:
image: ghcr.io/homarr-labs/homarr:v1.40.0
environment:
- SERVICE_URL_HOMARR_7575
- SERVICE_HEX_32_HOMARR
- 'SECRET_ENCRYPTION_KEY=${SERVICE_HEX_32_HOMARR}'
- 'SECRET_ENCRYPTION_KEY=${SERVICE_HEX_64_HOMARR}'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./homarr/appdata:/appdata