run prettier
This commit is contained in:
parent
1e2d87efda
commit
2f7c7e1aa8
20 changed files with 227 additions and 218 deletions
|
|
@ -27,8 +27,8 @@ To run the image in docker some environment settings and port mappings are requi
|
|||
**Environment Settings: (-e)**
|
||||
|
||||
`BUMPER_ANNOUNCE_IP` should be used so the actual host IP is reported to bots that checkin.
|
||||
|
||||
- BUMPER_ANNOUNCE_IP - `-e "BUMPER_ANNOUNCE_IP=X.X.X.X"`
|
||||
|
||||
- BUMPER_ANNOUNCE_IP - `-e "BUMPER_ANNOUNCE_IP=X.X.X.X"`
|
||||
|
||||
**Volume Settings: (-v)**
|
||||
|
||||
|
|
@ -39,15 +39,16 @@ Optionally you can map existing directories for logs, data, and certs.
|
|||
|
||||
**Full Example:**
|
||||
|
||||
````
|
||||
```
|
||||
docker run -it -e "BUMPER_ANNOUNCE_IP=X.X.X.X" -p 443:443 -p 8007:8007 -p 8883:8883 -p 5223:5223 -v /home/user/bumper/data:/bumper/data --name bumper bmartin5692/bumper
|
||||
````
|
||||
```
|
||||
|
||||
# Docker-compose
|
||||
|
||||
A docker-compose example can be found in the ["example" folder](https://github.com/bmartin5692/bumper/tree/master/example/docker-compose).
|
||||
|
||||
The docker-compose starts two services:
|
||||
|
||||
- bumper itself
|
||||
- nginx proxy, which redirects MQTT traffic on port `443` to port `8883`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue