|
@@ -262,7 +262,7 @@ services:
|
|
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
|
|
image: jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable}
|
|
restart: ${RESTART_POLICY:-unless-stopped}
|
|
restart: ${RESTART_POLICY:-unless-stopped}
|
|
ports:
|
|
ports:
|
|
- - '127.0.0.1:8888:8888'
|
|
|
|
|
|
+ - '127.0.0.1:${JICOFO_REST_PORT:-8888}:8888'
|
|
volumes:
|
|
volumes:
|
|
- ${CONFIG}/jicofo:/config:Z
|
|
- ${CONFIG}/jicofo:/config:Z
|
|
environment:
|
|
environment:
|