odoo / docker

Other
931 stars 1.51k forks source link

Installing ad using Odoo on docker containers in UNRAID #408

Open DanteLogan opened 2 years ago

DanteLogan commented 2 years ago

So I have attempted to install Odoo via docker containers on Unraid but I seem to have hit a wall. I am unable to access the GUI after installing postgres 13 and creating a database and installing the odoo container. Is there something I am missing or not doing? Kindly note I am following the instructions word for word on docker hub.

LilTrublMakr commented 1 year ago

Don't know if your still looking for this but this is my setup: Repository: odoo:15 Docker Hub URL: https://hub.docker.com/_/odoo Icon URL: https://raw.githubusercontent.com/docker-library/docs/a11348f9798f9c5e51e92409ebf4d5b39988fd13/odoo/logo.png WebUI: http://[IP]:[PORT:8069]

Added path:

Added path:

Added variable:

Added variable:

Added variable:

Added variable:

Added port:

Make sure to set up the database user before setting up Odoo. Do NOT create the database yet. Your user will need CREATEDB for the initial setup but can be removed after the initial setup. If I can figure out how, I'll put it in the community apps but have not done any research in to how yet.

lathama commented 3 months ago

@DanteLogan Can you update or close this issue?