feat: update homarr to version 0.9.2
This commit is contained in:
parent
e6d6b96c40
commit
d2adcd3467
|
@ -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.",
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user