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

Merge pull request #142 from revant/fix-socketio

fix: publish socketio port in dev docker-compose
This commit is contained in:
Revant Nandgaonkar 2020-03-10 20:06:30 +05:30 committed by GitHub
commit ac79b095f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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