FIX: in dev mode, sockets won't be closed to prevent conflicts with live-reloading
This commit is contained in:
parent
1080328afa
commit
5a1147866c
3 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,7 @@ services:
|
|||
ADMIN_API_TOKEN: "$ADMIN_API_TOKEN"
|
||||
JITSI_URL: $JITSI_URL
|
||||
JITSI_ISS: $JITSI_ISS
|
||||
DEV_MODE: "1"
|
||||
volumes:
|
||||
- ./back:/usr/src/app
|
||||
labels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue