fixed network
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 4m41s
Some checks failed
odoo-restore-open_workshop-install / run-odoo-backup-in-docker (push) Failing after 4m41s
This commit is contained in:
parent
30a42307f7
commit
2c84a2b5ff
|
|
@ -152,6 +152,7 @@ jobs:
|
||||||
docker run -d --rm \
|
docker run -d --rm \
|
||||||
--name odoo_uninstall \
|
--name odoo_uninstall \
|
||||||
-v hobbyhimmel_odoo_13_dev_odoo:/home/odoo \
|
-v hobbyhimmel_odoo_13_dev_odoo:/home/odoo \
|
||||||
|
--network hobbyhimmel_odoo_13_dev_default \
|
||||||
-e PGHOST=${{ env.DB_HOST }} \
|
-e PGHOST=${{ env.DB_HOST }} \
|
||||||
-e PGPORT=${{ env.DB_PORT }} \
|
-e PGPORT=${{ env.DB_PORT }} \
|
||||||
-e PGUSER=${{ env.DB_USER }} \
|
-e PGUSER=${{ env.DB_USER }} \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user