docker-ha-bridge icon indicating copy to clipboard operation
docker-ha-bridge copied to clipboard

Corrupt .jar file

Open ifuchs opened this issue 4 years ago • 0 comments

I did a

docker pull aptalca/home-automation-bridge which ran fine. Then did

docker run -d --name="Home-Automation-Bridge"  -e SERVERIP="192.168.3.110" -e SERVERPORT="8055" -p 8055:8055 -v /Users/hd/habridge/config/:/config:rw -v /etc/localtime:/etc/localtime:ro aptalca/home-automation-bridge

The console shows:

Error: Invalid or corrupt jarfile ha-bridge-5.4.0.jar

Can anyone help?

ifuchs avatar Aug 16 '21 22:08 ifuchs