mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-12 02:28:38 +02:00
should work now
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
mkdir -p archivebox-data
|
||||
|
||||
docker compose run --rm archivebox init --setup
|
||||
|
||||
docker compose up -d
|
||||
Reference in New Issue
Block a user