From cce2063ac1e6e2f7d0153435c7ac42b2f6e79251 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Wed, 16 Sep 2020 09:27:22 -0500 Subject: [PATCH] Change Port to 8080 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 121564c..0db3d0c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ docker create \ -e PASSWORD=password `#optional` \ -e SUDO_PASSWORD=password `#optional` \ -e PROXY_DOMAIN=code-server.my.domain `#optional` \ - -p 8443:8443 \ + -p 8080:8080 \ -v /path/to/appdata/config:/config \ --restart unless-stopped \ linuxserver/code-server @@ -111,7 +111,7 @@ services: volumes: - /path/to/appdata/config:/config ports: - - 8443:8443 + - 8080:8080 restart: unless-stopped ```