mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 13:19:48 +02:00
Fix postgres version (set to 17)
Some checks failed
Docker Image CI / build (push) Has been cancelled
Some checks failed
Docker Image CI / build (push) Has been cancelled
This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
tranga-pg:
|
||||
image: postgres:latest
|
||||
image: postgres:17
|
||||
container_name: tranga-pg
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
Reference in New Issue
Block a user