You've already forked nyx
added demo-specific deployment environment and directives
This commit is contained in:
6
jobs/nyx-reset.sh
Executable file
6
jobs/nyx-reset.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
cd /opt/nyx
|
||||
docker compose stop nyx
|
||||
cp -a default.db data/data/data.db
|
||||
docker compose start nyx
|
Reference in New Issue
Block a user