Start isolated docker setup.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
chown -R swap_user "$DATADIR"
|
||||
exec gosu swap_user "$@"
|
||||
|
||||
Reference in New Issue
Block a user