AndreasHeine / SampleServer-node-opcua

OPC UA Sample Server based on node-opcua. Showcasing how to implement OPC UA companion specifications.
Apache License 2.0
11 stars 17 forks source link

Docker container not running #797

Open ibvhefe opened 2 weeks ago

ibvhefe commented 2 weeks ago

I ran:

docker run -it -p 4845:4840 -e PORT=4840 -e IP=127.0.0.1 --name sampleserver-node-opcua ghcr.io/andreasheine/sampleserver-node-opcua:main with docker desktop for windows installed. This is what happened:

opcua_not_starting

AndreasHeine commented 2 weeks ago

@ibvhefe let me see!

deckarComplex commented 1 week ago

I have just tried to start the container with same command and get the same error message, on a linux server and as well as on my dev machine.

AndreasHeine commented 1 week ago

i am still on it there are multiple errors overlapping... let me uncomment the parts which break... but thats just a workaround!

AndreasHeine commented 1 week ago

@ibvhefe @deckarComplex should be resolved in the current master!?

pls delete the node_modules folder and reinstall with 'npm i'!