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