diff --git a/apps/dozzle/config.json b/apps/dozzle/config.json index f1b88136..9509d2b8 100644 --- a/apps/dozzle/config.json +++ b/apps/dozzle/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8013, "id": "dozzle", - "tipi_version": 3, - "version": "5.8.1", - "categories": ["development"], + "tipi_version": 4, + "version": "6.0.0", + "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", @@ -34,5 +36,8 @@ "env_variable": "DOZZLE_NO_ANALYTICS" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/dozzle/docker-compose.yml b/apps/dozzle/docker-compose.yml index a4cb330f..4ad56ff5 100644 --- a/apps/dozzle/docker-compose.yml +++ b/apps/dozzle/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: dozzle: container_name: dozzle - image: amir20/dozzle:v5.8.1 + image: amir20/dozzle:v6.0.0 restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock