Commit d88ee4c1 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[docker] 'host' network mode is incompatible with 'ports'

parent d3d2b646
Pipeline #1322 failed with stage
......@@ -4,8 +4,8 @@ services:
postgres:
image: 'postgres:latest'
network_mode: host
ports:
- 5432:5432
#ports:
#- 5432:5432
environment:
POSTGRES_USER: gargantua
POSTGRES_PASSWORD: C8kdcUrAQy66U
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment