Skip to content

Commit 61a9296

Browse files
authored
dbeaver/dbeaver-devops#2465 Added NETWORK_MODE=host env in postgres service in compose (#81)
1 parent 1369d00 commit 61a9296

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose-host.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ services:
6161
- POSTGRES_DB=cloudbeaver
6262
- POSTGRES_USER=${CLOUDBEAVER_DB_USER}
6363
- POSTGRES_PASSWORD=${CLOUDBEAVER_DB_PASSWORD}
64+
- NETWORK_MODE=host

0 commit comments

Comments
 (0)