fix: publish socketio port in dev docker-compose

This commit is contained in:
Revant Nandgaonkar 2020-03-10 20:05:38 +05:30
parent 61cef807c1
commit 307ef2d67a

View File

@ -25,6 +25,7 @@ services:
- ..:/workspace:cached
ports:
- "8000:8000"
- "9000:9000"
volumes:
mariadb-vol: