From 1d2646d0e5394a2eb38f4062ac7f0b103f8feb17 Mon Sep 17 00:00:00 2001 From: Javier Aviles Date: Thu, 26 Mar 2020 17:45:05 +0100 Subject: [PATCH] Typo in docker run command --- postgres/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/content.md b/postgres/content.md index 2bbd2ffc4..9992457b0 100644 --- a/postgres/content.md +++ b/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 \