mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update README.md
fix typo
This commit is contained in:
parent
a570d7b095
commit
20ce515f31
|
@ -15,13 +15,13 @@ docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --postgresql >
|
||||||
Please go ahead and place this init file in the corresponding Docker Volume Bind Mount.
|
Please go ahead and place this init file in the corresponding Docker Volume Bind Mount.
|
||||||
|
|
||||||
````
|
````
|
||||||
mkdir -p /mnt/docker-volumes}/guacamole/psql/init
|
mkdir -p /mnt/docker-volumes/guacamole/psql/init
|
||||||
|
|
||||||
# move init file from this repo to the new location
|
# move init file from this repo to the new location
|
||||||
mv initdb.sql /mnt/docker-volumes}/guacamole/psql/init/.
|
mv initdb.sql /mnt/docker-volumes/guacamole/psql/init/.
|
||||||
|
|
||||||
# alternatively, create it dynamically and place it to the new location
|
# alternatively, 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
|
docker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --postgresql > /mnt/docker-volumes/guacamole/psql/init/initdb.sql
|
||||||
````
|
````
|
||||||
|
|
||||||
Afterwards, you can spawn up the Docker stack as follows:
|
Afterwards, you can spawn up the Docker stack as follows:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user