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