Fix homarr paths
This commit is contained in:
parent
6e72083b6e
commit
265a42e7f3
1 changed files with 3 additions and 3 deletions
6
arr.yml
6
arr.yml
|
@ -164,9 +164,9 @@ services:
|
||||||
container_name: homarr
|
container_name: homarr
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
|
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
|
||||||
- ./homarr/configs:/app/data/configs
|
- ./config/homarr/configs:/app/data/configs
|
||||||
- ./homarr/icons:/app/public/icons
|
- ./config/homarr/icons:/app/public/icons
|
||||||
- ./homarr/data:/data
|
- ./config/homarr/data:/data
|
||||||
ports:
|
ports:
|
||||||
- '80:7575'
|
- '80:7575'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue