Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f272ac1

Browse files
committed
Merge pull request #1 from djmaze/patch-1
Fix docker run command in README
2 parents 40656ce + 033708e commit f272ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository will provide various Dockerfiles for building images as used in
66
```bash
77

88
# start the database
9-
PGSQL=(docker run -p 5432 -d synthomat/pgsql /usr/bin/start_pgsql.sh YOURPASSWORD)
9+
PGSQL=$(docker run -p 5432 -d synthomat/pgsql /usr/bin/start_pgsql.sh YOURPASSWORD)
1010

1111
# verify it is running
1212
docker ps $PGSQL

0 commit comments

Comments
 (0)