From 7e9d728df9766a87175d64ab749ea800044b5961 Mon Sep 17 00:00:00 2001 From: ac27182 <42341528+ac27182@users.noreply.github.com> Date: Mon, 10 Feb 2020 14:24:07 +0000 Subject: [PATCH] Update postgresql_service.md (#10261) --- engine/examples/postgresql_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/examples/postgresql_service.md b/engine/examples/postgresql_service.md index 0ff7604200..dc80e44add 100644 --- a/engine/examples/postgresql_service.md +++ b/engine/examples/postgresql_service.md @@ -89,7 +89,7 @@ the container exits successfully. ### Use container linking Containers can be linked to another container's ports directly using -`-link remote_name:local_alias` in the client's +`--link remote_name:local_alias` in the client's `docker run`. This sets a number of environment variables that can then be used to connect: