summaryrefslogtreecommitdiffstats
path: root/Services/mongo
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/mongo
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/mongo')
-rw-r--r--Services/mongo/docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Services/mongo/docker-compose.yml b/Services/mongo/docker-compose.yml
index 17982a5..6a76b66 100644
--- a/Services/mongo/docker-compose.yml
+++ b/Services/mongo/docker-compose.yml
@@ -5,6 +5,9 @@ server:
memswap_limit: 2g
cpu_shares: 10
restart: "on-failure:2"
+ ports:
+ - "27017:27017"
+ - "28017:28017"
environment:
CONTAINER_TYPE: "service"
CONTAINER_SERVICE: "mongo"