mirror of
https://github.com/nikdoof/aaisp2mqtt.git
synced 2025-12-22 15:19:29 +00:00
added Docker instructions to README
This commit is contained in:
14
README.md
14
README.md
@@ -133,6 +133,20 @@ aaisp/login/gb12@a.1/syncrate/up 1205000
|
||||
aaisp/login/gb12@a.1/syncrate/up/human 1.21 MB
|
||||
```
|
||||
|
||||
## Docker ##
|
||||
|
||||
Build the Docker image with:
|
||||
|
||||
```
|
||||
docker build -t aaisp-mqtt .
|
||||
```
|
||||
|
||||
Run the container with a volume mounted config file:
|
||||
|
||||
```
|
||||
docker run -d -v <path_to_config>:/app/config.cfg --name AAISPmqtt aaisp-mqtt
|
||||
```
|
||||
|
||||
## Setup ##
|
||||
|
||||
TODO
|
||||
|
||||
Reference in New Issue
Block a user