fix(dozzle): stable release (#1932)

This commit is contained in:
JigSaw 2023-12-31 02:21:27 +01:00 committed by GitHub
parent b808d751d1
commit 01b6fcc2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8013,
"id": "dozzle",
"tipi_version": 2,
"version": "latest",
"tipi_version": 3,
"version": "5.8.1",
"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",

View File

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