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,
"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.",

View File

@ -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: