Update apps/odoo/docker-compose.yml
Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com>
This commit is contained in:
parent
55e8a464f6
commit
a0811a1a78
|
@ -32,7 +32,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
# - ./entrypoint.sh:/entrypoint.sh # if you want to install additional Python packages, uncomment this line!
|
# - ./entrypoint.sh:/entrypoint.sh # if you want to install additional Python packages, uncomment this line!
|
||||||
- ${APP_DATA_DIR}/data/addons:/mnt/extra-addons
|
- ${APP_DATA_DIR}/data/addons:/mnt/extra-addons
|
||||||
- ${APP_DATA_DIR}/etc:/etc/odoo
|
- ${APP_DATA_DIR}/data/etc:/etc/odoo
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
Loading…
Reference in New Issue
Block a user