SIEMbitwardendnscrypthome assistantjellyfinjitsimulti-factor authenticationnextcloudonlyofficepiholeraspberry pirocket.chatsyncthingtorwazuhwireguard
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
262 B
6 lines
262 B
|
5 years ago
|
#!/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
|