feat: update homarr to version 0.9.2

This commit is contained in:
Nicolas Meienberger 2022-08-24 10:27:08 +02:00
parent e6d6b96c40
commit d2adcd3467
2 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,8 @@
"available": true, "available": true,
"port": 8102, "port": 8102,
"id": "homarr", "id": "homarr",
"tipi_version": 1, "tipi_version": 2,
"version": "0.8.0", "version": "0.9.2",
"categories": ["utilities"], "categories": ["utilities"],
"description": "A homepage for your server.", "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.", "short_desc": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",

View File

@ -2,10 +2,11 @@ version: "3.7"
services: services:
homarr: homarr:
container_name: homarr container_name: homarr
image: ghcr.io/ajnart/homarr:0.8.0 image: ghcr.io/ajnart/homarr:0.9.2
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APP_DATA_DIR}/data/config:/app/data/configs - ${APP_DATA_DIR}/data/config:/app/data/configs
- /var/run/docker.sock:/var/run/docker.sock
ports: ports:
- ${APP_PORT}:7575 - ${APP_PORT}:7575
networks: networks: