fix: correct port mapping

This commit is contained in:
Valeriy
2019-02-22 20:14:58 +03:00
committed by mrugesh mohapatra
parent 5c95cac000
commit eecae9b14b

View File

@ -51,7 +51,7 @@ services:
- '0.0.0.0' - '0.0.0.0'
ports: ports:
- '8000:8000' - '8000:8000'
- '9229:9228' - '9228:9228'
api-server: api-server:
image: node:lts image: node:lts
user: node user: node