fixed network
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 4m41s

This commit is contained in:
gitea 2025-04-12 06:50:08 +00:00
parent 30a42307f7
commit 2c84a2b5ff

View File

@ -152,6 +152,7 @@ jobs:
docker run -d --rm \
--name odoo_uninstall \
-v hobbyhimmel_odoo_13_dev_odoo:/home/odoo \
--network hobbyhimmel_odoo_13_dev_default \
-e PGHOST=${{ env.DB_HOST }} \
-e PGPORT=${{ env.DB_PORT }} \
-e PGUSER=${{ env.DB_USER }} \