ruimarinho / docker-openvpn-monitor

The trusted multi-platform web-based OpenVPN Monitor docker image.
MIT License
101 stars 27 forks source link

Unable to start on Raspberry Pi 4 #13

Closed hmehra closed 4 years ago

hmehra commented 4 years ago

When I tried to run the container on my RPi 4, confd gave this error -

docker run --name openvpn-monitor -p 10000:80 ruimarinho/openvpn-monitor
/usr/bin/confd: line 1: syntax error: unexpected word (expecting ")")

Since this is now supported on arm32v7, is this expected?

MoweME commented 4 years ago

Same problem over here!

ruimarinho commented 4 years ago

I think Raspberry Pi 4 is actually arm64, but I think I've spotted the issue and will try to push an updated version tomorrow. Sorry about that!

ruimarinho commented 4 years ago

@hmehra @MoweME could you give it a try now please?

hmehra commented 4 years ago

@ruimarinho Working fine now. Thanks for the fix.