nyx/jobs/nyx-reset.sh

7 lines
115 B
Bash
Executable File

#!/usr/bin/env sh
cd /opt/nyx
docker compose stop nyx
cp -a default.db data/data/data.db
docker compose start nyx