Giter Site home page Giter Site logo

Comments (5)

abdelghani-djef avatar abdelghani-djef commented on May 27, 2024

hi,
it worked normal for me, did you run this one before ? : $ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db postgres:15

from docker.

rossthom avatar rossthom commented on May 27, 2024

mh, I'll need to find some time to retry. I don't remember whether I used this exact command line.

from docker.

lathama avatar lathama commented on May 27, 2024

@rossthom to update the Overview listed on Docker Hub you can create a PR editing the file https://github.com/docker-library/docs/blob/master/odoo/content.md

from docker.

lathama avatar lathama commented on May 27, 2024

I am updating the content.md for some other issues and this is next in my queue. Brainstorming on how to word this here.

Currently

Start a PostgreSQL server

$ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db postgres:15

Start an Odoo instance

$ docker run -p 8069:8069 --name odoo --link db:db -t odoo

Could Become

Start a network where the container names in the network are populated in `/etc/hosts`

$ docker network create my-odoo-network

Start a PostgreSQL server

$ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db --net=my-odoo-network postgres:15

Start an Odoo instance

$ docker run -p 8069:8069 --name odoo --net=my-odoo-network -t odoo

from docker.

amh-mw avatar amh-mw commented on May 27, 2024

I am updating the content.md for some other issues and this is next in my queue. Brainstorming on how to word this here.

Please open a pull request and I'll be happy to review there.

from docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.