mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Update README.md
Fixed network for docker pgloader
This commit is contained in:
@@ -194,7 +194,7 @@ with include drop, create tables, create indexes, reset sequences
|
|||||||
Then run the following docker run command to import the database
|
Then run the following docker run command to import the database
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run --rm -it --network=nginxpm_net -v "$(pwd)":/data dimitri/pgloader:latest pgloader /data/db.load
|
docker run --rm -it --network=knightcrawler-network -v "$(pwd)":/data dimitri/pgloader:latest pgloader /data/db.load
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user