decrement postgres version because the docker image did an oopsie
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:18.3-alpine3.23
|
image: postgres:18.2-alpine3.23
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|||||||
Reference in New Issue
Block a user