Browse Source

Run update.sh

Docker Library Bot 5 years ago
parent
commit
8606b21a0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      postgres/README.md

+ 1 - 1
postgres/README.md

@@ -178,7 +178,7 @@ For example:
 
 ```console
 $ docker run -d \
-	-name some-postgres \
+	--name some-postgres \
 	-e POSTGRES_PASSWORD=mysecretpassword \
 	-e PGDATA=/var/lib/postgresql/data/pgdata \
 	-v /custom/mount:/var/lib/postgresql/data \