minhng92 / odoo-17-docker-compose

Set up Odoo 17 (released 2023) quickly for development/production using Docker Compose.
113 stars 144 forks source link

Dockerfile #6

Closed euroblaze closed 7 months ago

euroblaze commented 7 months ago

@minhng92

I'm a bit of a beginner, and am really struggling to understand the relationship between docker-compose.yml file published here, and where the docker-compose command actually gets the Odoo sources from.

Where could I obtain the Dockerfile for v17 from?

Thank you in advance!

minhng92 commented 7 months ago

Hello @euroblaze,

In the docker-compose file, we utilize the Docker image "odoo:17", which already contains the packaged Odoo sources.

For further details, you can refer to the Dockerfile available at this link: Odoo Docker Hub.

Best regards, Minh