Skip to content

Commit 5b89078

Browse files
author
mazano
authored
Merge pull request kartoza#315 from typebrook/patch-1
2 parents f3aa83f + 14c8921 commit 5b89078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ container startup. Provide `IGNORE_INIT_HOOK_LOCKFILE=true` to execute the scrip
359359
Currently, you can pass `.sql`, `.sql.gz` and `.sh` files as mounted volumes.
360360

361361
```shell
362-
docker run -d -v ./setup-db.sql:/docker-entrypoint-initdb.d/setup-db.sql kartoza/postgis
362+
docker run -d -v `pwd`/setup-db.sql:/docker-entrypoint-initdb.d/setup-db.sql kartoza/postgis
363363
```
364364

365365
## Storing data on the host rather than the container.

0 commit comments

Comments
 (0)