diff --git a/apps/homarr/config.json b/apps/homarr/config.json index 3e518408..b38fbf61 100644 --- a/apps/homarr/config.json +++ b/apps/homarr/config.json @@ -3,8 +3,8 @@ "available": true, "port": 8102, "id": "homarr", - "tipi_version": 1, - "version": "0.8.0", + "tipi_version": 2, + "version": "0.9.2", "categories": ["utilities"], "description": "A homepage for your server.", "short_desc": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.", diff --git a/apps/homarr/docker-compose.yml b/apps/homarr/docker-compose.yml index 850c4de5..b6d05a8f 100644 --- a/apps/homarr/docker-compose.yml +++ b/apps/homarr/docker-compose.yml @@ -2,10 +2,11 @@ version: "3.7" services: homarr: container_name: homarr - image: ghcr.io/ajnart/homarr:0.8.0 + image: ghcr.io/ajnart/homarr:0.9.2 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/config:/app/data/configs + - /var/run/docker.sock:/var/run/docker.sock ports: - ${APP_PORT}:7575 networks: