chore(deps): update amir20/dozzle docker tag to v6.6.3 (#3558)

This commit is contained in:
renovate[bot] 2024-05-23 17:20:51 +00:00 committed by GitHub
parent b9a5179144
commit 7bd565b6c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,11 +5,9 @@
"exposable": true,
"port": 8013,
"id": "dozzle",
"tipi_version": 25,
"version": "6.6.2",
"categories": [
"development"
],
"tipi_version": 26,
"version": "6.6.3",
"categories": ["development"],
"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",
"author": "Amir Raminfar",
@ -41,8 +39,5 @@
"env_variable": "DOZZLE_NO_ANALYTICS"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -1,7 +1,7 @@
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:v6.6.2
image: amir20/dozzle:v6.6.3
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock