mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-04-15 06:09:30 +02:00
Change Port to 8080
This commit is contained in:
parent
c44881edf6
commit
cce2063ac1
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user