更新 'docker-compose.yml '

main
zhongjin 2 years ago
parent eabbe2441c
commit 043083c89b

@ -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

Loading…
Cancel
Save