I was using ottomated/crewlink-server:latest and it was working fine. I did a docker pull and got a new image and it would crash on start. I attempted to build my own image as documented but that image also failed on start. After some troubleshooting I found that adding
ENV ADDRESS=9736
to the Dockerfile just before the EXPOSE command fixed the problem
I was using ottomated/crewlink-server:latest and it was working fine. I did a docker pull and got a new image and it would crash on start. I attempted to build my own image as documented but that image also failed on start. After some troubleshooting I found that adding
ENV ADDRESS=9736
to the Dockerfile just before the EXPOSE command fixed the problem