Update postgres Docker tag to v15 #2
@@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:15-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/data/db:/var/lib/postgresql/data
|
- /mnt/data/db:/var/lib/postgresql/data
|
||||||
|
|||||||
Reference in New Issue
Block a user