mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
README.md: fix docker image name
This commit is contained in:
parent
e9bf65da34
commit
80ba4550c7
@ -97,7 +97,7 @@ You must publish a port on your host machine to bind to the container's web port
|
||||
An example of a minimum run configuration to access maloja via `localhost:42010`:
|
||||
|
||||
```console
|
||||
docker run -p 42010:42010 -v $PWD/malojadata:/mljdata -e MALOJA_DATA_DIRECTORY=/mljdata maloja
|
||||
docker run -p 42010:42010 -v $PWD/malojadata:/mljdata -e MALOJA_DATA_DIRECTORY=/mljdata krateng/maloja
|
||||
```
|
||||
|
||||
### Extras
|
||||
|
Loading…
Reference in New Issue
Block a user