Add more specific postgres versions
This commit is contained in:
parent
86d6beb608
commit
76304dc561
@ -16,7 +16,7 @@ visible: true
|
||||
-e PGDATA=/var/lib/postgresql/data/pgdata \
|
||||
-v /mnt/postgres:/var/lib/postgresql/data \
|
||||
--pod pod_hedgedoc \
|
||||
-d docker.io/postgres
|
||||
-d docker.io/postgres:14
|
||||
```
|
||||
`# podman exec -it hedgedocdb bash`
|
||||
`# psql -U postgres`
|
||||
|
@ -20,7 +20,7 @@ Create a new network for the database and wikijs
|
||||
-e POSTGRES_PASSWORD=wikijs \
|
||||
-e PGDATA=/var/lib/postgresql/data/pgdata \
|
||||
-v /mnt/postgres/wikijsdb:/var/lib/postgresql/data \
|
||||
-d docker.io/postgres
|
||||
-d docker.io/postgres:15
|
||||
```
|
||||
|
||||
`# podman exec -it wikijsdb bash`
|
||||
|
Loading…
Reference in New Issue
Block a user