chore(deps): update ghcr.io/ajnart/homarr docker tag to v0.14.0 (#1568)
This commit is contained in:
parent
d24e4c9622
commit
d6c29aa860
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user