File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ services:
103103 secrets :
104104 - db-password
105105 volumes :
106- - db-data:/var/lib/postgresql/data
106+ - db-data:/var/lib/postgresql
107107 environment :
108108 - POSTGRES_DB=example
109109 - POSTGRES_PASSWORD_FILE=/run/secrets/db-password
@@ -256,7 +256,7 @@ services:
256256 secrets:
257257 - db-password
258258 volumes:
259- - db-data:/var/lib/postgresql/data
259+ - db-data:/var/lib/postgresql
260260 environment:
261261 - POSTGRES_DB=example
262262 - POSTGRES_PASSWORD_FILE=/run/secrets/db-password
@@ -361,7 +361,7 @@ services:
361361 secrets:
362362 - db-password
363363 volumes:
364- - db-data:/var/lib/postgresql/data
364+ - db-data:/var/lib/postgresql
365365 environment:
366366 - POSTGRES_DB=example
367367 - POSTGRES_PASSWORD_FILE=/run/secrets/db-password
You can’t perform that action at this time.
0 commit comments