feat: use new homarr image
Updated image, environment variables and volume paths according to the new version @link https://homarr.dev/docs/getting-started/installation/docker
This commit is contained in:
parent
b4f2d8caf1
commit
dd93f93b2f
1 changed files with 3 additions and 3 deletions
|
|
@ -10,11 +10,11 @@ services:
|
|||
image: ghcr.io/ajnart/homarr:latest
|
||||
environment:
|
||||
- SERVICE_URL_HOMARR_7575
|
||||
- SERVICE_HEX_32_HOMARR
|
||||
- 'SECRET_ENCRYPTION_KEY=${SERVICE_HEX_32_HOMARR}'
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./homarr/configs:/app/data/configs
|
||||
- ./homarr/icons:/app/public/icons
|
||||
- ./homarr/data:/data
|
||||
- ./homarr/appdata:/appdata
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:7575"]
|
||||
interval: 5s
|
||||
|
|
|
|||
Loading…
Reference in a new issue