2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add codercom/code-server

This commit is contained in:
kev
2019-06-09 07:34:48 +08:00
parent ffee17c2e8
commit 4fc09d57ca
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
code-server:
image: codercom/code-server
command: --allow-http --no-auth --disable-telemetry
ports:
- "8443:8443"
volumes:
- ./data:/home/coder/project
- /home/coder/local/share/code-server
restart: unless-stopped