We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf3e20 commit 34bbebeCopy full SHA for 34bbebe
DOCKER-RUN.md
@@ -137,7 +137,7 @@ to customize Postgres' configuration at run-time in Docker.
137
docker run --name pgosm -d --rm \
138
-v ~/pgosm-data:/app/output \
139
-v /etc/localtime:/etc/localtime:ro \
140
- -e POSTGRES_PASSWORD=mysecretpassword \
+ -e POSTGRES_PASSWORD=$POSTGRES_PASSWORD \
141
-p 5433:5432 -d rustprooflabs/pgosm-flex \
142
-c shared_buffers=1GB \
143
-c maintenance_work_mem=1GB \
0 commit comments