Update Homarr to v0.11.4
This commit is contained in:
parent
0055e54fab
commit
6af521eac0
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8102,
|
||||
"id": "homarr",
|
||||
"tipi_version": 6,
|
||||
"version": "0.10.7",
|
||||
"tipi_version": 7,
|
||||
"version": "0.11.4",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
@ -15,5 +15,14 @@
|
|||
"author": "ajnart",
|
||||
"source": "https://github.com/ajnart/homarr",
|
||||
"website": "https://discord.gg/C2WTXkzkwK",
|
||||
"form_fields": []
|
||||
"form_fields": [
|
||||
{
|
||||
"type": "password",
|
||||
"label": "Password",
|
||||
"max": 50,
|
||||
"min": 3,
|
||||
"required": true,
|
||||
"env_variable": "PASSWORD"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,11 +2,16 @@ version: "3.7"
|
|||
services:
|
||||
homarr:
|
||||
container_name: homarr
|
||||
image: ghcr.io/ajnart/homarr:0.10.7
|
||||
image: ghcr.io/ajnart/homarr:0.11.4
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/app/data/configs
|
||||
- ${APP_DATA_DIR}/data/icons:/app/public/icons
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- PASSWORD=${PASSWORD}
|
||||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- ${APP_PORT}:7575
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue
Block a user