7 lines
115 B
Bash
7 lines
115 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
cd /opt/nyx
|
||
|
docker compose stop nyx
|
||
|
cp -a default.db data/data/data.db
|
||
|
docker compose start nyx
|