Skip to content

Commit 3e5a3ff

Browse files
Remove HOST environment variable from Odoo service in docker-compose.yml
1 parent 7e1d32a commit 3e5a3ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3'
1+
22
services:
33
db:
44
image: postgres:10
@@ -20,7 +20,6 @@ services:
2020
- ./addons/8.0:/mnt/extra-addons/official_addons
2121
- ./records_management:/mnt/extra-addons/records_management
2222
environment:
23-
- HOST=db
2423
- USER=odoo
2524
entrypoint: ["/entrypoint.sh"]
2625
restart: always

0 commit comments

Comments
 (0)