File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
2121 - db
2222
2323 db :
24- image : postgres:18 -alpine
24+ image : postgres:17 -alpine
2525 environment :
2626 POSTGRES_DB : defguard
2727 POSTGRES_USER : defguard
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ services:
3232 - NET_ADMIN
3333
3434 db :
35- image : postgres:18 -alpine
35+ image : postgres:17 -alpine
3636 environment :
3737 POSTGRES_DB : defguard
3838 POSTGRES_USER : defguard
3939 POSTGRES_PASSWORD : defguard
4040 volumes :
41- - ./.volumes/db:/var/lib/postgresql
41+ - ./.volumes/db:/var/lib/postgresql/data
4242 ports :
4343 - " 5432:5432"
4444
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ services:
4141 RUST_BACKTRACE : 1
4242
4343 db :
44- image : postgres:18 -alpine
44+ image : postgres:17 -alpine
4545 environment :
4646 POSTGRES_DB : defguard
4747 POSTGRES_USER : defguard
4848 POSTGRES_PASSWORD : defguard
4949 volumes :
50- - ./.volumes/db:/var/lib/postgresql
50+ - ./.volumes/db:/var/lib/postgresql/data
5151 ports :
5252 - " 5432:5432"
5353 healthcheck :
You can’t perform that action at this time.
0 commit comments