Skip to content

Commit cff5608

Browse files
Update postgres Docker tag to v18
1 parent bd8839d commit cff5608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:17
3+
image: postgres:18
44
command: postgres -c 'max_connections=150'
55
ports:
66
- "5432:5432"

0 commit comments

Comments
 (0)