Skip to content

Commit 55a064c

Browse files
authored
Changed docker-run syntax to be more user friendly
1 parent b08181e commit 55a064c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ docker pull pawelmalak/flame:2.0.0
3535

3636
```sh
3737
# run container
38-
docker run -p 5005:5005 -v /path/to/data:/app/data -e PASSWORD=flame_password flame
38+
docker run -p 5005:5005 -v /path/to/data:/app/data -e PASSWORD=flame_password pawelmalak/flame
3939
```
4040

4141
#### Building images

0 commit comments

Comments
 (0)