We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4200c0 commit f70ebd4Copy full SHA for f70ebd4
1 file changed
docker-compose.yml
@@ -2,16 +2,16 @@
2
# If you bump the database version here, be sure to update the database accordingly on Coolify as well.
3
4
services:
5
- postgres:
6
- image: postgres:17.9
+ postgres-18:
+ image: postgres:18.3
7
ports:
8
- ${POSTGRES_PORT-:5432}:5432
9
environment:
10
POSTGRES_USER: hackathons
11
POSTGRES_DB: hackathons_test
12
POSTGRES_HOST_AUTH_METHOD: trust
13
volumes:
14
- - postgres-data:/var/lib/postgresql/data
+ - postgres-18:/var/lib/postgresql
15
16
17
- postgres-data: {}
+ postgres-18: {}
0 commit comments