fix(archivebox): downgrade from bugged version 0.7.4

This commit is contained in:
Nicolas Meienberger 2024-04-23 22:12:50 +02:00
parent 732827a54c
commit 59be968a6e
2 changed files with 5 additions and 10 deletions

View File

@ -5,11 +5,9 @@
"exposable": true,
"port": 8015,
"id": "archivebox",
"tipi_version": 2,
"version": "0.7.4",
"categories": [
"media"
],
"tipi_version": 3,
"version": "0.7.2",
"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",
@ -33,8 +31,5 @@
"env_variable": "ARCHIVEBOX_PASSWORD"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -1,6 +1,6 @@
services:
archivebox:
image: archivebox/archivebox:0.7.4
image: archivebox/archivebox:0.7.2
restart: unless-stopped
container_name: archivebox
command: server --quick-init 0.0.0.0:8015