You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to dockerize the code-server for armv7 systems. When I run the code-server command in the container is outputs a bunch of logs and the last one is "[2020-12-24T03:49:41.745Z] info - Not serving HTTPS." I have my docker container mapping port 8080 of host to the container's. The code-server doesn't work and I am pretty sure it's because of the error message above.
The text was updated successfully, but these errors were encountered:
I had the same issue this morning, which is how I ended up here. A guide I was following was missing this line in the docker compose file under # HTTP Routers
"traefik.http.routers.vscode-rtr.tls=true"
Not sure if this will help or not, but it worked for me.
code-server --version
: 3.8.0I am trying to dockerize the code-server for armv7 systems. When I run the
code-server
command in the container is outputs a bunch of logs and the last one is "[2020-12-24T03:49:41.745Z] info - Not serving HTTPS." I have my docker container mapping port 8080 of host to the container's. The code-server doesn't work and I am pretty sure it's because of the error message above.The text was updated successfully, but these errors were encountered: