chore(deps): update benbusby/whoogle-search docker tag to v0.8.4 (#1514)
This commit is contained in:
parent
2b9eb87f58
commit
38303e9f51
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8255,
|
"port": 8255,
|
||||||
"id": "whoogle",
|
"id": "whoogle",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "0.8.3",
|
"version": "0.8.4",
|
||||||
"categories": [
|
"categories": [
|
||||||
"social"
|
"social"
|
||||||
],
|
],
|
||||||
|
@ -15,5 +15,8 @@
|
||||||
"author": "Ben Busby",
|
"author": "Ben Busby",
|
||||||
"source": "https://github.com/benbusby/whoogle-search",
|
"source": "https://github.com/benbusby/whoogle-search",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
whoogle:
|
whoogle:
|
||||||
container_name: whoogle
|
container_name: whoogle
|
||||||
image: benbusby/whoogle-search:0.8.3
|
image: benbusby/whoogle-search:0.8.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
Loading…
Reference in New Issue
Block a user