Skip to content

Commit 34bbebe

Browse files
committed
Another update to param
1 parent ccf3e20 commit 34bbebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCKER-RUN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ to customize Postgres' configuration at run-time in Docker.
137137
docker run --name pgosm -d --rm \
138138
-v ~/pgosm-data:/app/output \
139139
-v /etc/localtime:/etc/localtime:ro \
140-
-e POSTGRES_PASSWORD=mysecretpassword \
140+
-e POSTGRES_PASSWORD=$POSTGRES_PASSWORD \
141141
-p 5433:5432 -d rustprooflabs/pgosm-flex \
142142
-c shared_buffers=1GB \
143143
-c maintenance_work_mem=1GB \

0 commit comments

Comments
 (0)