mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
10 lines
236 B
YAML
10 lines
236 B
YAML
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
|