You've already forked nyx
fixed permissions in nyx-reset script
added ability to launch containers as root (as the repo would be owned by root, hence the `-a` made no difference), now the permission get set correctly
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
cd /opt/nyx
|
||||
docker compose stop nyx
|
||||
cp -a default.db data/data/data.db
|
||||
cp default.db data/data/data.db
|
||||
chown 1000:1000 data/data/data.db
|
||||
docker compose start nyx
|
||||
|
Reference in New Issue
Block a user