We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c761e19 commit a7b3482Copy full SHA for a7b3482
docker-compose.build.yml
@@ -1,6 +1,6 @@
1
services:
2
postgresql:
3
- image: postgres:16-alpine
+ image: postgres:17-alpine
4
volumes:
5
- postgresql-data:/var/lib/postgresql/data
6
environment:
@@ -53,4 +53,4 @@ services:
53
retries: 10
54
55
56
- postgresql-data:
+ postgresql-data:
docker-compose.yml
db:
restart: always
POSTGRES_USER: postgres
@@ -12,4 +12,4 @@ services:
12
- db-data:/var/lib/postgresql/data
13
14
15
- db-data:
+ db-data:
0 commit comments