Vaughn
Vaughn
`APP_DEBUG is set to true while APP_ENV is not local` is expected, if you would like to disable debug use `docker exec -it socioboard bash` and edit `./socioboard-web-php/.env` using vi(!!...
What about the pm2 logs?
`docker exec -it socioboard su-exec node pm2 logs`
That's not right, there are meant to be services running. Keep in mind you can't make too many changes once the container has been created. It was designed to set...
I fixed a sequelize error recently, are you using my fork?
> bash-5.1# ls -lrt total 36 -rw-r--r-- 1 socioboa socioboa 0 Jul 28 11:50 publish.server-out.log -rw-r--r-- 1 socioboa socioboa 0 Jul 28 11:50 feeds.server-error.log -rw-r--r-- 1 socioboa socioboa 0 Jul...
Ah that explains it. I've pushed fixes that haven't been merged yet.
See `Docker.README.md` on uninstalling. Your mongo volume may still exist from a previous attempt. EDIT: Please read the ReadMe in full, the update changed a lot.
@krishnakanthpps When using Docker use my fork as fixes have not been merged yet. Please read `Docker.README.md` carefully regarding endpoints. When using Docker only ports 80 and 443 are used.
@krishnakanthpps I added NGINX as a reverse proxy so you can only reach the login from `https://socio.mydomain.example` and `https://socio.mydomain.example/admin`. You need some sort of DNS resolver to point those addresses...