summaryrefslogtreecommitdiffstats
path: root/Services/postgres
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-12-05 23:19:24 +0100
committerstartxfr <clarue@startx.fr>2015-12-05 23:19:24 +0100
commit8ebf6522cd83aa5d965202cff386b5b8e079922a (patch)
treecb25936a96228f6bba1e6ef6cb35641c0bad5f63 /Services/postgres
parent6fea617a4ad484bea7f6dfdb64e145eaec2196b0 (diff)
downloadphpmyadmin-8ebf6522cd83aa5d965202cff386b5b8e079922a.tar.gz
phpmyadmin-8ebf6522cd83aa5d965202cff386b5b8e079922a.tar.bz2
phpmyadmin-8ebf6522cd83aa5d965202cff386b5b8e079922a.tar.xz
phpmyadmin-8ebf6522cd83aa5d965202cff386b5b8e079922a.zip
expose port to outside in docker-compose files
Diffstat (limited to 'Services/postgres')
-rw-r--r--Services/postgres/docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Services/postgres/docker-compose.yml b/Services/postgres/docker-compose.yml
index a0db319..26d502a 100644
--- a/Services/postgres/docker-compose.yml
+++ b/Services/postgres/docker-compose.yml
@@ -5,6 +5,8 @@ server:
memswap_limit: 1g
cpu_shares: 8
restart: "on-failure:2"
+ ports:
+ - "5432:5432"
environment:
CONTAINER_TYPE: "service"
CONTAINER_SERVICE: "postgresql"