Properly bind port.

This commit is contained in:
Kamil Dziedzic
2017-08-31 20:00:49 +02:00
parent 803ad9860c
commit 54bc4aa67c

View File

@@ -3,5 +3,4 @@ services:
mongo:
image: ${MONGODB_IMAGE:-percona/percona-server-mongodb:3.4}
ports:
- 27017
- "27017:27017"