Skip to content

Commit

Permalink
Update the bindings in docker quickstart (#539)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Michon <[email protected]>
  • Loading branch information
otsenkun and Lucas Michon committed Jun 24, 2020
1 parent bd3046c commit 1070e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docker pull loicsharma/baget
You can now run BaGet:

```
docker run --rm --name nuget-server -p 5555:80 --env-file baget.env -v "$(pwd)/baget-data:/var/baget" loicsharma/baget:latest
docker run --rm --name nuget-server -p 5555:5000 --env-file baget.env -v "$(pwd)/baget-data:/var/baget" loicsharma/baget:latest
```

## Publish Packages
Expand Down

0 comments on commit 1070e9a

Please sign in to comment.