Skip to content

Commit

Permalink
chore(deps): update amir20/dozzle docker tag to v8.4.4 (#4866)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 3db1396 commit 89ccc00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/dozzle/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8013,
"id": "dozzle",
"tipi_version": 46,
"version": "8.4.3",
"tipi_version": 47,
"version": "8.4.4",
"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",
Expand Down Expand Up @@ -49,5 +49,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1725916748000
"updated_at": 1726607309000
}
2 changes: 1 addition & 1 deletion apps/dozzle/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:v8.4.3
image: amir20/dozzle:v8.4.4
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 89ccc00

Please sign in to comment.