Trace: odoo_docker

Odoo Docker Debian

docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db postgres:10
docker run -p 8069:8069 --name odoo --link db:db -t odoo:12.0
odoo_docker.txt · Last modified: 2020/06/21 13:27
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain