Try fix database update.
Some checks failed
Build and Deploy Java Gradle Application / build-and-deploy (push) Has been cancelled

This commit is contained in:
Florian THIERRY
2025-12-30 17:38:14 +01:00
parent b28625376e
commit ea3ac62e8c
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ version: '3.9'
services:
codiki-database:
container_name: "codiki-database"
image: "postgres:18"
image: "postgres:17"
ports:
- "50001:5432"
networks: