fix: use data postgresql mapping

This commit is contained in:
SamTV12345 2025-04-19 20:18:21 +02:00
parent af2d7cc552
commit 6208a04556

View file

@ -90,7 +90,7 @@ services:
# ports: # ports:
# - "5432:5432" # - "5432:5432"
volumes: volumes:
- postgres_data:/var/lib/postgresql/data/pgdata - postgres_data:/var/lib/postgresql/data
volumes: volumes:
postgres_data: postgres_data:
@ -189,7 +189,7 @@ git -P tag --list "v*" --merged
``` ```
4. Select the version 4. Select the version
```sh ```sh
git checkout v2.2.5 git checkout v2.2.5
git switch -c v2.2.5 git switch -c v2.2.5
``` ```
5. Upgrade Etherpad 5. Upgrade Etherpad