correction shell

This commit is contained in:
2025-11-20 20:12:55 +01:00
parent 76ddfb8d9c
commit c7bf1dd721
7 changed files with 21 additions and 24 deletions

View File

@@ -1,4 +1,6 @@
# postgreSQL
# PostgreSQL
## Debian
```shell
sudo apt install -y postgresql-common
@@ -25,13 +27,6 @@ docker run --detach --name pgsql \
iut/pgsql:2025-12
```
```shell
volumes:
- database_data:/var/lib/postgresql:rw
- ./postgresql-entrypoint-initdb.d:/docker-entrypoint-initdb.d:Z
- ./data:/tmp:Z
```
## pgAdmin
```