Răsfoiți Sursa

Merge pull request #1685 from javieraviles/patch-1

Typo in docker run command
Tianon Gravi 5 ani în urmă
părinte
comite
4bfccfb26e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      postgres/content.md

+ 1 - 1
postgres/content.md

@@ -101,7 +101,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 \