fix homar img path
This commit is contained in:
parent
9d9eca5a0e
commit
fd0fb3d959
|
@ -9,9 +9,9 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${HOST_DOCKER_SOCK}:/var/run/docker.sock # Optional, only if you want docker integration
|
- ${HOST_DOCKER_SOCK}:/var/run/docker.sock # Optional, only if you want docker integration
|
||||||
- ./configs:/app/data/configs
|
- ./configs:/app/data/configs
|
||||||
|
- ./imgs:/app/public/imgs
|
||||||
- ./icons:/app/public/icons
|
- ./icons:/app/public/icons
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./imgs:/imgs
|
|
||||||
ports:
|
ports:
|
||||||
- ${HOST_PORT}:7575
|
- ${HOST_PORT}:7575
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 195 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB |
Loading…
Reference in New Issue