Set specific major postgres version
This commit is contained in:
parent
fdfef9eaee
commit
5450991a37
@ -38,7 +38,7 @@ Get the user id of git with `id git`
|
|||||||
-e POSTGRES_DB=gitea \
|
-e POSTGRES_DB=gitea \
|
||||||
-v /mnt/postgres:/var/lib/postgresql/data \
|
-v /mnt/postgres:/var/lib/postgresql/data \
|
||||||
--pod pod_gitea \
|
--pod pod_gitea \
|
||||||
-d docker.io/postgres
|
-d docker.io/postgres:14
|
||||||
```
|
```
|
||||||
|
|
||||||
### Application
|
### Application
|
||||||
|
@ -24,7 +24,7 @@ visible: true
|
|||||||
-e POSTGRES_DB=woodpecker \
|
-e POSTGRES_DB=woodpecker \
|
||||||
-v /mnt/postgres-woodpecker:/var/lib/postgresql/data \
|
-v /mnt/postgres-woodpecker:/var/lib/postgresql/data \
|
||||||
--pod pod_woodpecker \
|
--pod pod_woodpecker \
|
||||||
-d docker.io/postgres
|
-d docker.io/postgres:14
|
||||||
```
|
```
|
||||||
|
|
||||||
### Application server
|
### Application server
|
||||||
|
Loading…
Reference in New Issue
Block a user