mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix: publish socketio port in dev docker-compose
This commit is contained in:
parent
61cef807c1
commit
307ef2d67a
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ services:
|
|||
- ..:/workspace:cached
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "9000:9000"
|
||||
|
||||
volumes:
|
||||
mariadb-vol:
|
||||
|
|
|
|||
Loading…
Reference in a new issue