summaryrefslogtreecommitdiffstats
path: root/Services/postgres/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Services/postgres/README.md')
-rw-r--r--Services/postgres/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Services/postgres/README.md b/Services/postgres/README.md
index 62aee5a..d801d74 100644
--- a/Services/postgres/README.md
+++ b/Services/postgres/README.md
@@ -24,6 +24,8 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
service:
image: startx/sv-postgres:latest
container_name: "service-postgres"
+ ports:
+ - "5432:5432"
environment:
CONTAINER_TYPE: "service"
CONTAINER_SERVICE: "postgres"