Code-Server von Webserver getrennt

This commit is contained in:
borgal
2021-09-07 13:35:43 +00:00
parent 563d36439d
commit b2b2472c40
2 changed files with 23 additions and 21 deletions

View File

@@ -18,5 +18,5 @@ services:
- /opt/webserver/DocumentRoot:/code
- ./code-server:/home/coder/.local/share/code-server
ports:
- 8183:8443
- 8181:8443
restart: unless-stopped