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,
|
"exposable": true,
|
||||||
"port": 8015,
|
"port": 8015,
|
||||||
"id": "archivebox",
|
"id": "archivebox",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "0.7.3",
|
"version": "0.7.4",
|
||||||
"categories": ["media"],
|
"categories": [
|
||||||
|
"media"
|
||||||
|
],
|
||||||
"description": "ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view websites offline.",
|
"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.",
|
"short_desc": "Open source self-hosted web archiving.",
|
||||||
"author": "archivebox",
|
"author": "archivebox",
|
||||||
|
@ -31,5 +33,8 @@
|
||||||
"env_variable": "ARCHIVEBOX_PASSWORD"
|
"env_variable": "ARCHIVEBOX_PASSWORD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
archivebox:
|
archivebox:
|
||||||
image: archivebox/archivebox:0.7.3
|
image: archivebox/archivebox:0.7.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: archivebox
|
container_name: archivebox
|
||||||
command: server --quick-init 0.0.0.0:8015
|
command: server --quick-init 0.0.0.0:8015
|
||||||
|
|
Loading…
Reference in New Issue
Block a user