Skip to content

Commit 531b6d3

Browse files
committed
Оредактировал в Readme отображение таблиц
1 parent 98dcefe commit 531b6d3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -287,15 +287,16 @@ docker run -d --name dev-db -p 5433:5432/tcp --shm-size 2147483648 \
287287

288288
```
289289
docker run -d --name dev-db -p 5433:5432/tcp --shm-size 2147483648 \
290-
-e POSTGRES_PASSWORD=qweasdzxc \
291-
-e POSTGRES_HOST_AUTH_METHOD=trust \
292-
-e DEPLOY_PASSWORD=cxzdsaewq \
293-
-e TZ="Etc/UTC" \
290+
-e POSTGRES_PASSWORD=qweasdzxc \
291+
-e POSTGRES_HOST_AUTH_METHOD=trust \
292+
-e DEPLOY_PASSWORD=cxzdsaewq \
293+
-e TZ="Etc/UTC" \
294294
-v "/var/lib/pgsql/13/data:/var/lib/postgresql/data" \
295295
-v "/var/log/postgresql:/var/log/postgresql" \
296-
grufos/postgres:13.3 \
297-
-c shared_preload_libraries="plugin_debugger,pg_stat_statements,auto_explain,pg_buffercache,pg_cron,shared_ispell,pg_prewarm" \
298-
-c shared_ispell.max_size=70MB
296+
-v "/mnt/pgbak2:/mnt/pgbak" \
297+
grufos/postgres:13.3 \
298+
-c shared_preload_libraries="plugin_debugger,pg_stat_statements,auto_explain,pg_buffercache,pg_cron,shared_ispell,pg_prewarm" \
299+
-c shared_ispell.max_size=70MB
299300
```
300301

301302
остановка контейнера

0 commit comments

Comments
 (0)