Update apps/odoo/docker-compose.yml

Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com>
This commit is contained in:
Armand Gillot 2023-12-07 17:46:21 +01:00 committed by GitHub
parent 55e8a464f6
commit a0811a1a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ services:
volumes:
# - ./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}/etc:/etc/odoo
- ${APP_DATA_DIR}/data/etc:/etc/odoo
restart: unless-stopped
networks:
- tipi_main_network