Created
May 17, 2022 15:23
-
-
Save enric1994/062d162f5820b16831e8b8bd70aaec0d to your computer and use it in GitHub Desktop.
VSCode in the browser with docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bind-addr: 127.0.0.1:8080 | |
| auth: password | |
| password: yourpassword | |
| cert: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vscode: | |
| image: codercom/code-server:3.9.1 | |
| ports: | |
| - "8080:8080" | |
| volumes: | |
| - ../:/desk/ | |
| - ./:/home/coder/.config/code-server/ | |
| restart: always | |
| user: "1000:1000" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment