diff --git a/docker-compose.yml b/docker-compose.yml index cd4a35d..e8746de 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,8 @@ services: HOSTNAME=lms.jingweiht.com DEBIAN_FRONTEND=noninteractive + network_mode: "host" + greenlight: image: onenetcom/greenlight restart: unless-stopped @@ -22,8 +24,9 @@ services: BIGBLUEBUTTON_SECRET: ${SHARED_SECRET} SECRET_KEY_BASE: ${RAILS_SECRET} + network_mode: "host" ports: - - 10.7.7.1:5000:80 + - 127.0.0.1:5000:80 postgres: image: postgres:12-alpine