mirror of
https://github.com/tomasriveral/vps-config.git
synced 2026-08-11 18:18:38 +02:00
11 lines
149 B
Bash
11 lines
149 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
mkdir -p archivebox-data
|
|
|
|
docker compose run --rm archivebox init --setup
|
|
|
|
docker compose up -d
|