chore(deps): update amir20/dozzle docker tag to v6 (#1944)

* chore(deps): update amir20/dozzle docker tag to v6

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
renovate[bot] 2024-01-18 11:18:09 +01:00 committed by GitHub
parent e51e74be59
commit 2dee95706d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View File

@ -5,9 +5,11 @@
"exposable": true, "exposable": true,
"port": 8013, "port": 8013,
"id": "dozzle", "id": "dozzle",
"tipi_version": 3, "tipi_version": 4,
"version": "5.8.1", "version": "6.0.0",
"categories": ["development"], "categories": [
"development"
],
"description": "Dozzle is a small web based app to monitor Docker logs.", "description": "Dozzle is a small web based app to monitor Docker logs.",
"short_desc": "Dozzle is a small web based app to monitor Docker logs", "short_desc": "Dozzle is a small web based app to monitor Docker logs",
"author": "Amir Raminfar", "author": "Amir Raminfar",
@ -34,5 +36,8 @@
"env_variable": "DOZZLE_NO_ANALYTICS" "env_variable": "DOZZLE_NO_ANALYTICS"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
dozzle: dozzle:
container_name: dozzle container_name: dozzle
image: amir20/dozzle:v5.8.1 image: amir20/dozzle:v6.0.0
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock