diff --git a/apps/homarr/config.json b/apps/homarr/config.json index 5561a292..55219d77 100644 --- a/apps/homarr/config.json +++ b/apps/homarr/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8102, "id": "homarr", - "tipi_version": 18, - "version": "0.13.4", + "tipi_version": 19, + "version": "0.14.0", "categories": [ "utilities" ], @@ -25,5 +25,8 @@ "env_variable": "HOMARR_PASSWORD" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/homarr/docker-compose.yml b/apps/homarr/docker-compose.yml index dff83b4d..50293a43 100644 --- a/apps/homarr/docker-compose.yml +++ b/apps/homarr/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: homarr: container_name: homarr - image: ghcr.io/ajnart/homarr:0.13.4 + image: ghcr.io/ajnart/homarr:0.14.0 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/config:/app/data/configs