You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/use-cases-and-examples/using-containerized-services/creating-postgresql-service-containers.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,6 @@ jobs:
67
67
--health-interval 10s
68
68
--health-timeout 5s
69
69
--health-retries 5
70
-
ports:
71
-
# Maps tcp port 5432 on service container to the host
72
-
- 5432:5432
73
70
74
71
steps:
75
72
# Downloads a copy of the code in your repository before running CI tests
@@ -123,9 +120,6 @@ jobs:
123
120
--health-interval 10s
124
121
--health-timeout 5s
125
122
--health-retries 5
126
-
ports:
127
-
# Maps tcp port 5432 on service container to the host
0 commit comments