Update: So I removed the Greenlight docker container and tried to do a clean install from scratch. Got the same result. Everything looks fine until I run docker-compose up -aI checked the "docker-compose.yml" and I see it is looking for a .env file which of course doesn't exist. There's only the docker-compose.yml and env files in the Greenlight directory. Can anyone tell me what's happening here?
To run Greenlight using docker run, from the ~/greenlight directory, run the following command:
Much appreciated!Dave
On Thursday, April 18, 2019 at 9:36:04 AM UTC+7, David Heuring wrote:I already had Greenlight 2.0 installed but decided to update it so I re-ran all the upgrade commands but now I can't access the Greenlight home page. I get a 400 error. When I try to run docker-compose up -d, I get this - ERROR: Couldn't find env file: /root/greenlight/.env. I know the env is in that directory because I have added the required information to it. I followed all the upgrade 1.0 to 2.0 steps in the manual exactly as they are presented.Thanks,Dave
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
env_file: .envrestart: unless-stoppedports:- 5000:80volumes:- ./db/production:/usr/src/app/db/production- ./log:/usr/src/app/log# logging:# driver: $LOG_DRIVER# options:# syslog-address: $LOG_ADDRESS# tag: $LOG_TAG