Try fix database update.
Some checks failed
Build and Deploy Java Gradle Application / build-and-deploy (push) Has been cancelled
Some checks failed
Build and Deploy Java Gradle Application / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.9'
|
|||||||
services:
|
services:
|
||||||
codiki-database:
|
codiki-database:
|
||||||
container_name: "codiki-database"
|
container_name: "codiki-database"
|
||||||
image: "postgres:18"
|
image: "postgres:17"
|
||||||
ports:
|
ports:
|
||||||
- "50001:5432"
|
- "50001:5432"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
codiki-database:
|
codiki-database:
|
||||||
image: "postgres:18"
|
image: "postgres:17"
|
||||||
container_name: "codiki-database"
|
container_name: "codiki-database"
|
||||||
ports:
|
ports:
|
||||||
- "50010:5432"
|
- "50010:5432"
|
||||||
|
|||||||
Reference in New Issue
Block a user