1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 11:39:36 +02:00

Changed docker-run syntax to be more user friendly

This commit is contained in:
Graham Helton 2021-12-11 23:39:23 -05:00 committed by GitHub
parent b08181e712
commit 55a064c2a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ docker pull pawelmalak/flame:2.0.0
```sh ```sh
# run container # 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 #### Building images