chore(deps): update archivebox/archivebox docker tag to v0.7.4 (#2885)
This commit is contained in:
parent
398f601c75
commit
d52031490b
|
@ -5,9 +5,11 @@
|
|||
"exposable": true,
|
||||
"port": 8015,
|
||||
"id": "archivebox",
|
||||
"tipi_version": 1,
|
||||
"version": "0.7.3",
|
||||
"categories": ["media"],
|
||||
"tipi_version": 2,
|
||||
"version": "0.7.4",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
"description": "ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view websites offline.",
|
||||
"short_desc": "Open source self-hosted web archiving.",
|
||||
"author": "archivebox",
|
||||
|
@ -31,5 +33,8 @@
|
|||
"env_variable": "ARCHIVEBOX_PASSWORD"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
archivebox:
|
||||
image: archivebox/archivebox:0.7.3
|
||||
image: archivebox/archivebox:0.7.4
|
||||
restart: unless-stopped
|
||||
container_name: archivebox
|
||||
command: server --quick-init 0.0.0.0:8015
|
||||
|
|
Loading…
Reference in New Issue
Block a user