docker
docker copied to clipboard
`ps` in host should display PG connection information
when ps -axf on host, it should display postgresql connection string, this is a very bad idea. this should cause the whole database be delete by the bad man
I think that entrypoint always read database connection string from config file. If want pass those information from environment variable , but always save it to config file.
@jeffery9 Yup, I think this is mentioned in several issues. Need time and resources. Today you can make a custom entrypoint.sh and allow odoo to read odoo.conf to keep things off the logs.
Related to https://github.com/odoo/docker/issues/334