Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40656ce + 033708e commit f272ac1Copy full SHA for f272ac1
README.md
@@ -6,7 +6,7 @@ This repository will provide various Dockerfiles for building images as used in
6
```bash
7
8
# start the database
9
-PGSQL=(docker run -p 5432 -d synthomat/pgsql /usr/bin/start_pgsql.sh YOURPASSWORD)
+PGSQL=$(docker run -p 5432 -d synthomat/pgsql /usr/bin/start_pgsql.sh YOURPASSWORD)
10
11
# verify it is running
12
docker ps $PGSQL
0 commit comments