Update README.md

better comments
pull/21/head
LRVT 2024-02-15 13:17:39 +01:00 zatwierdzone przez GitHub
rodzic 20ce515f31
commit 9591cadc70
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -17,10 +17,10 @@ Please go ahead and place this init file in the corresponding Docker Volume Bind
````
mkdir -p /mnt/docker-volumes/guacamole/psql/init
# move init file from this repo to the new location
# Option 1: move init file from this repo to the new location
mv initdb.sql /mnt/docker-volumes/guacamole/psql/init/.
# alternatively, create it dynamically and place it to the new location
# Option2: create it dynamically and place it to the new location
docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --postgresql > /mnt/docker-volumes/guacamole/psql/init/initdb.sql
````