From 20ce515f31229eae6f14930ba19ed410ef220737 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:16:42 +0100 Subject: [PATCH] Update README.md fix typo --- examples/guacamole/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/guacamole/README.md b/examples/guacamole/README.md index 07f9da3..5d5fa68 100644 --- a/examples/guacamole/README.md +++ b/examples/guacamole/README.md @@ -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. ```` -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 -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 -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: