File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
22
33services :
44 postgres :
5- image : postgres@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
5+ image : postgres@sha256:a688ae5c99f86c1424e046ace0de890608cc0ddb5ec8ef72a6ff8305fdc8f4d2
66 healthcheck :
77 test : psql postgres --command "select 1" -U postgres
88 ports :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
22
33services :
44 postgres :
5- image : postgres@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
5+ image : postgres@sha256:a688ae5c99f86c1424e046ace0de890608cc0ddb5ec8ef72a6ff8305fdc8f4d2
66 healthcheck :
77 test : psql postgres --command "select 1" -U postgres
88 environment :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: "3"
33
44services :
55 postgres :
6- image : postgres@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb
6+ image : postgres@sha256:a688ae5c99f86c1424e046ace0de890608cc0ddb5ec8ef72a6ff8305fdc8f4d2
77 healthcheck :
88 test : psql postgres --command "select 1" -U postgres
99 # ports:
You can’t perform that action at this time.
0 commit comments