From 781b5eeed25d01cc20480f7d7511a4a1ab94d00c Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 28 Aug 2017 10:18:55 -0700 Subject: [PATCH] Remove inaccurate note (#4395) --- engine/examples/postgresql_service.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/engine/examples/postgresql_service.md b/engine/examples/postgresql_service.md index cb7b0b2c3d..1123d37067 100644 --- a/engine/examples/postgresql_service.md +++ b/engine/examples/postgresql_service.md @@ -4,10 +4,6 @@ keywords: docker, example, package installation, postgresql title: Dockerize PostgreSQL --- -> **Note**: -> - **If you don't like sudo** then see [*Giving non-root -> access*](../installation/binaries.md#giving-non-root-access) - ## Installing PostgreSQL on Docker Assuming there is no Docker image that suits your needs on the [Docker @@ -158,4 +154,4 @@ environment pg_hba.conf postgresql.conf pg_ctl.conf pg_ident.conf start.conf /tmp # ls /var/log ldconfig postgresql -``` \ No newline at end of file +```