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
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
|
||||
- ./homarr/configs:/app/data/configs
|
||||
- ./homarr/icons:/app/public/icons
|
||||
- ./homarr/data:/data
|
||||
- ./config/homarr/configs:/app/data/configs
|
||||
- ./config/homarr/icons:/app/public/icons
|
||||
- ./config/homarr/data:/data
|
||||
ports:
|
||||
- '80:7575'
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in a new issue