We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25389b7 + 7ac37c7 commit c4cb6ceCopy full SHA for c4cb6ce
postgresql/docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
- ${WEB_APP_PORT:-80}:80
19
# Database service
20
postgresql:
21
- image: postgres:17.6
+ image: postgres:17.7
22
volumes:
23
#- ./fineract-server/data/01-init.sh:/docker-entrypoint-initdb.d/01-init.sh:Z,ro
24
- ./01-init.sh:/docker-entrypoint-initdb.d/01-init.sh:Z,ro
0 commit comments