Skip to content

Commit

Permalink
chore(deps): update ghcr.io/bakito/adguardhome-sync docker tag to v0.…
Browse files Browse the repository at this point in the history
…6.17 (#6087)
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 1ee5852 commit 172a159
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/adguardhome-sync/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"port": 8436,
"categories": ["network", "utilities"],
"description": "Synchronize AdGuardHome config to replica instances",
"tipi_version": 4,
"version": "0.6.16",
"tipi_version": 5,
"version": "0.6.17",
"source": "https://github.com/bakito/adguardhome-sync",
"exposable": true,
"supported_architectures": ["arm64", "amd64"],
Expand Down Expand Up @@ -41,5 +41,5 @@
}
],
"created_at": 1730236492823,
"updated_at": 1734524419000
"updated_at": 1734945008000
}
2 changes: 1 addition & 1 deletion apps/adguardhome-sync/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "adguardhome-sync",
"image": "ghcr.io/bakito/adguardhome-sync:v0.6.16",
"image": "ghcr.io/bakito/adguardhome-sync:v0.6.17",
"isMain": true,
"internalPort": 8080,
"command": "run --config /config/adguardhome-sync.yaml",
Expand Down
2 changes: 1 addition & 1 deletion apps/adguardhome-sync/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
adguardhome-sync:
container_name: adguardhome-sync
image: ghcr.io/bakito/adguardhome-sync:v0.6.16
image: ghcr.io/bakito/adguardhome-sync:v0.6.17
restart: unless-stopped
command: run --config /config/adguardhome-sync.yaml
volumes:
Expand Down

0 comments on commit 172a159

Please sign in to comment.