Skip to content

Commit 8a8c3f9

Browse files
authored
Pin postgres version 17 to fix startup error with posgres >=18 (#912)
1 parent 1b11ccd commit 8a8c3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/all-in-one/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
- redisdata:/data
6969

7070
postgres:
71-
image: postgres:latest
71+
image: postgres:17
7272
container_name: postgres
7373
networks:
7474
- hi-events-network

0 commit comments

Comments
 (0)