Update README.md

This commit is contained in:
Andre
2020-02-16 17:21:20 +01:00
committed by GitHub
parent a657d9b82e
commit 1fb0c6c84d

View File

@@ -32,7 +32,7 @@ The following ways to geht iobroker-container running are only examples. Maybe y
For taking a first look at the iobroker docker container it would be enough to simply run the following basic docker run command: For taking a first look at the iobroker docker container it would be enough to simply run the following basic docker run command:
``` ```
docker run -p 8081:8081 --name iobroker -v /opt/iobroker:/iobroker buanet/iobroker:latest docker run -p 8081:8081 --name iobroker -v iobrokerdata:/opt/iobroker buanet/iobroker:latest
``` ```
### Running with docker-compose ### Running with docker-compose