Change port number to a higher number

This commit is contained in:
Sylvain Bellemare 2016-02-17 18:09:38 +01:00
parent 90a895f8a9
commit ef6cc9eddd

View File

@ -1,7 +1,7 @@
rethinkdb: rethinkdb:
image: rethinkdb image: rethinkdb
ports: ports:
- "9999:8080" - "58080:8080"
- "28015" - "28015"
volumes_from: volumes_from:
- rethinkdb-data - rethinkdb-data