mirror of
https://github.com/coollabsio/coolify.git
synced 2026-06-13 19:09:50 +00:00
fix(service): set correct SERVICE_HEX magic env for homarr SECRET_ENCRYPTION_KEY
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user