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

View File

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