diff --git a/homarr/docker-compose.yml b/homarr/docker-compose.yml index 881cc12..cad720c 100644 --- a/homarr/docker-compose.yml +++ b/homarr/docker-compose.yml @@ -9,9 +9,9 @@ services: volumes: - ${HOST_DOCKER_SOCK}:/var/run/docker.sock # Optional, only if you want docker integration - ./configs:/app/data/configs + - ./imgs:/app/public/imgs - ./icons:/app/public/icons - ./data:/data - - ./imgs:/imgs ports: - ${HOST_PORT}:7575 extra_hosts: diff --git a/homarr/imgs/backgrounds/fondo_mangrana.jpeg b/homarr/imgs/backgrounds/fondo_mangrana.jpeg deleted file mode 100644 index 715f888..0000000 Binary files a/homarr/imgs/backgrounds/fondo_mangrana.jpeg and /dev/null differ diff --git a/homarr/imgs/fondo_mangrana.png b/homarr/imgs/fondo_mangrana.png deleted file mode 100644 index 616250c..0000000 Binary files a/homarr/imgs/fondo_mangrana.png and /dev/null differ