File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ services:
43
43
- POSTGRES_DB=opentogethertube
44
44
- POSTGRES_USER=opentogethertube
45
45
- POSTGRES_PASSWORD=postgres
46
- - PGDATA=/tmp
47
46
healthcheck :
48
47
test : " pg_isready -U opentogethertube"
49
48
expose :
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ services:
51
51
- POSTGRES_DB=opentogethertube
52
52
- POSTGRES_USER=opentogethertube
53
53
- POSTGRES_PASSWORD=postgres
54
- - PGDATA=/tmp
55
54
healthcheck :
56
55
test : " pg_isready -U opentogethertube"
57
56
expose :
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ services:
70
70
- POSTGRES_DB=opentogethertube
71
71
- POSTGRES_USER=opentogethertube
72
72
- POSTGRES_PASSWORD=postgres
73
- - PGDATA=/tmp
74
73
healthcheck :
75
74
test : " pg_isready -U opentogethertube"
76
75
expose :
You can’t perform that action at this time.
0 commit comments