mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-30 19:39:22 +00:00
Do not try accessing ports <1024
This commit is contained in:
@@ -73,11 +73,11 @@ services:
|
|||||||
image: ghcr.io/element-hq/element-web:develop
|
image: ghcr.io/element-hq/element-web:develop
|
||||||
pull_policy: always
|
pull_policy: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/ew.test.config.json:/app/config.json
|
- ./backend/ew.test.config.json:/app/config.json:Z
|
||||||
environment:
|
environment:
|
||||||
ELEMENT_WEB_PORT: 81
|
ELEMENT_WEB_PORT: 8081
|
||||||
ports:
|
ports:
|
||||||
- "8081:81"
|
- "8081:8081"
|
||||||
networks:
|
networks:
|
||||||
- ecbackend
|
- ecbackend
|
||||||
|
|
||||||
@@ -91,7 +91,6 @@ services:
|
|||||||
- ./backend/dev_tls_m.localhost.crt:/root/ssl/cert.pem:Z
|
- ./backend/dev_tls_m.localhost.crt:/root/ssl/cert.pem:Z
|
||||||
ports:
|
ports:
|
||||||
# HOST_PORT:CONTAINER_PORT
|
# HOST_PORT:CONTAINER_PORT
|
||||||
- "80:80"
|
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "8008:80"
|
- "8008:80"
|
||||||
- "4443:443"
|
- "4443:443"
|
||||||
|
|||||||
Reference in New Issue
Block a user