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.
2 parents f3aa83f + 14c8921 commit 5b89078Copy full SHA for 5b89078
README.md
@@ -359,7 +359,7 @@ container startup. Provide `IGNORE_INIT_HOOK_LOCKFILE=true` to execute the scrip
359
Currently, you can pass `.sql`, `.sql.gz` and `.sh` files as mounted volumes.
360
361
```shell
362
-docker run -d -v ./setup-db.sql:/docker-entrypoint-initdb.d/setup-db.sql kartoza/postgis
+docker run -d -v `pwd`/setup-db.sql:/docker-entrypoint-initdb.d/setup-db.sql kartoza/postgis
363
```
364
365
## Storing data on the host rather than the container.
0 commit comments