由於odoo 是使用postgress 資料庫,所以就先用docker 安裝postgress 吧! docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres ...
確定! 回上一頁