2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 18:49:01 +00:00

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: