correction shell
This commit is contained in:
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user