Fix command

Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
This commit is contained in:
Jeroen Laverman
2018-10-05 15:07:45 +02:00
committed by GitHub
parent 086408e8f8
commit 73e36775e3

View File

@@ -26,7 +26,7 @@ $ docker-compose up -d
Start the hawkBit Update Server and Device Simulator together with an MySQL and RabbitMQ instance as services within a swarm
```bash
$ docker stack init
$ docker swarm init
$ docker stack deploy -c docker-compose-stack.yml hawkbit
```
@@ -37,4 +37,4 @@ $ docker stack deploy -c docker-compose-stack.yml hawkbit
| hawkBit Update Server | [http://localhost:8080/](http://localhost:8080/) | admin:admin | &#10003; | &#10003; | &#10003; |
| hawkBit Device Simulator | [http://localhost:8083/](http://localhost:8083/) | - | | | &#10003; |
| MySQL | localhost:3306/hawkbit | root | | &#10003; | &#10003; |
| RabbitMQ | [http://localhost:15672](http://localhost:15672) | guest:guest | | &#10003; | &#10003; |
| RabbitMQ | [http://localhost:15672](http://localhost:15672) | guest:guest | | &#10003; | &#10003; |