Skip to content

Instantly share code, notes, and snippets.

@enric1994
Created May 17, 2022 15:23
Show Gist options
  • Select an option

  • Save enric1994/062d162f5820b16831e8b8bd70aaec0d to your computer and use it in GitHub Desktop.

Select an option

Save enric1994/062d162f5820b16831e8b8bd70aaec0d to your computer and use it in GitHub Desktop.
VSCode in the browser with docker
bind-addr: 127.0.0.1:8080
auth: password
password: yourpassword
cert: false
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