Skip to content

Commit 7312a5c

Browse files
authored
Remove port mapping for container jobs (#34458)
Co-authored-by: itecompro <16090309+itecompro@users.noreply.github.com>
1 parent cd9acc3 commit 7312a5c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/actions/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ jobs:
6767
--health-interval 10s
6868
--health-timeout 5s
6969
--health-retries 5
70-
ports:
71-
# Maps tcp port 5432 on service container to the host
72-
- 5432:5432
7370
7471
steps:
7572
# Downloads a copy of the code in your repository before running CI tests
@@ -123,9 +120,6 @@ jobs:
123120
--health-interval 10s
124121
--health-timeout 5s
125122
--health-retries 5
126-
ports:
127-
# Maps tcp port 5432 on service container to the host
128-
- 5432:5432
129123
```
130124
131125
### Configuring the steps for jobs in containers

0 commit comments

Comments
 (0)