2 changed files with 6 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
mkdir -p /opt/mistborn_volumes/extra/guacamole/init/ || true |
||||||
|
chmod -R +x /opt/mistborn_volumes/extra/guacamole/init/ |
||||||
|
docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --postgres > /opt/mistborn_volumes/extra/guacamole/init/initdb.sql |
||||||
Loading…
Reference in new issue