From 4b1dc698f4a098ef376e515e29ba113c61a1a97b Mon Sep 17 00:00:00 2001 From: Pokey <79169880+Pokeylooted@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:55:36 -0500 Subject: [PATCH] removed unneeded port exposure.selfhost.md --- content/5.extra/2.selfhost.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/5.extra/2.selfhost.md b/content/5.extra/2.selfhost.md index 2f8d428..8e5722f 100644 --- a/content/5.extra/2.selfhost.md +++ b/content/5.extra/2.selfhost.md @@ -20,8 +20,6 @@ POSTGRES_USER: movie_web_user POSTGRES_DB: movie_web_backend POSTGRES_PASSWORD: YourPasswordHere - ports: - - "5432:5432" networks: - movie-web-network