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: ...@@ -4,8 +4,8 @@ services:
postgres: postgres:
image: 'postgres:latest' image: 'postgres:latest'
network_mode: host network_mode: host
ports: #ports:
- 5432:5432 #- 5432:5432
environment: environment:
POSTGRES_USER: gargantua POSTGRES_USER: gargantua
POSTGRES_PASSWORD: C8kdcUrAQy66U 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