Merge pull request #254 from grahamhelton/master
Changed docker-run syntax to be more user friendly
This commit is contained in:
commit
c985fc17bf
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ docker pull pawelmalak/flame:2.0.0
|
|||
|
||||
```sh
|
||||
# run container
|
||||
docker run -p 5005:5005 -v /path/to/data:/app/data -e PASSWORD=flame_password flame
|
||||
docker run -p 5005:5005 -v /path/to/data:/app/data -e PASSWORD=flame_password pawelmalak/flame
|
||||
```
|
||||
|
||||
#### Building images
|
||||
|
|
Loading…
Reference in a new issue