Downgrade postgres to 17.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gitea_db:
|
||||
image: docker.io/library/postgres:17.5
|
||||
image: docker.io/library/postgres:17.4
|
||||
container_name: gitea_db
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
|
Reference in New Issue
Block a user