Set specific major postgres version

This commit is contained in:
RealStickman 2022-11-20 18:49:37 +01:00
parent fdfef9eaee
commit 5450991a37
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Get the user id of git with `id git`
-e POSTGRES_DB=gitea \
-v /mnt/postgres:/var/lib/postgresql/data \
--pod pod_gitea \
-d docker.io/postgres
-d docker.io/postgres:14
```
### Application

View File

@ -24,7 +24,7 @@ visible: true
-e POSTGRES_DB=woodpecker \
-v /mnt/postgres-woodpecker:/var/lib/postgresql/data \
--pod pod_woodpecker \
-d docker.io/postgres
-d docker.io/postgres:14
```
### Application server