[MM] Bump postgres to 17.5
This commit is contained in:
parent
ba379e7723
commit
885e67ff34
@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:12.18-alpine
|
image: postgres:17.5-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DATA_PATH}/db/var/lib/postgresql/data:/var/lib/postgresql/data
|
- ${DATA_PATH}/db/var/lib/postgresql/data:/var/lib/postgresql/data
|
||||||
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:12.18-alpine
|
image: postgres:17.5-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${DATA_PATH}/db/var/lib/postgresql/data:/var/lib/postgresql/data
|
- ${DATA_PATH}/db/var/lib/postgresql/data:/var/lib/postgresql/data
|
||||||
|
Loading…
Reference in New Issue
Block a user