How do I access odoo directories to add custom modules? runs with Docker on Mac M1
Această întrebare a fost marcată
You have to specify a volume or bind mount for you addons, for example:
volumes:
- config:/etc/odoo
- extra-addons:/mnt/extra-addons
- data:/var/lib/odoo
In your /etc/odoo/odoo.conf add the following:
[options]
addons_path = /mnt/extra-addons
After this restart your container and you should be able to install custom addons. For more information you can also check out my blog post about this topic.
I hope this helps.
I already have my instance installed and configured through the terminal but I can't find the docker directories on my mac m1
Your Docker volumes can usually be found under /var/lib/docker/volumes, but I don't know if this also applies for Mac
Working on linux I find them in that location but on my MAC M1 they are not there and I can't find them
Îți place discuția? Nu doar citi, alătură-te!
Creează-ți un cont astăzi pentru a beneficia de funcții exclusive și a interacționa cu minunata noastră comunitate!
Înscrie-te| Postări similare | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
|
4
dec. 24
|
18548 | ||
|
how to Install odoo 15 with docker?
Rezolvat
|
|
4
dec. 23
|
48724 | |
|
|
1
ian. 23
|
4873 | ||
|
|
1
mar. 24
|
8345 | ||
|
|
1
feb. 21
|
3843 |