Pinned postgres version to 16.4
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
services:
|
||||
db:
|
||||
container_name: postgres-dev
|
||||
image: postgres
|
||||
image: postgres:16.4
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./dev/pgdata:/var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user