Skip to content

Commit

Permalink
Add isMain to compose, bump version and updated_at
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Sep 22, 2024
1 parent 870ef35 commit e4264a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/adguard/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Adguard",
"available": true,
"exposable": true,
"tipi_version": 31,
"tipi_version": 32,
"min_tipi_version": "3.6.2",
"version": "0.107.52",
"port": 8104,
Expand All @@ -27,5 +27,5 @@
"supported_architectures": ["arm64", "amd64"],
"dynamic_config": true,
"created_at": 1691943801422,
"updated_at": 1723566283000
"updated_at": 1727006135000
}
1 change: 1 addition & 0 deletions apps/adguard/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
}
],
"internalPort": 80,
"isMain": true,
"addPorts": [
{
"hostPort": 53,
Expand Down

0 comments on commit e4264a7

Please sign in to comment.