diff --git a/installation/docker.md b/installation/docker.md index e9938d131..6b673c203 100644 --- a/installation/docker.md +++ b/installation/docker.md @@ -94,6 +94,7 @@ docker run \ -d \ -e USER_ID= \ -e GROUP_ID= \ + -e CRYPTO_POLICY=unlimited \ --restart=always \ openhab/openhab:- ``` @@ -146,6 +147,7 @@ ExecStart=/usr/bin/docker run --name=%n --net=host \ --device=/dev/ttyUSB0 \ -e USER_ID= \ -e GROUP_ID= \ + -e CRYPTO_POLICY=unlimited \ openhab/openhab:- ExecStop=/usr/bin/docker stop -t 2 %n ; /usr/bin/docker rm -f %n