aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-06-16 11:38:17 +0800
committercrupest <crupest@outlook.com>2024-08-15 22:51:06 +0800
commitd9835fec341426d952e2e8dc6c60db0f64be3b1f (patch)
tree6e0e9621af1ed6d8de80e7e46b766a1ba476d97a /template
parent30ec0d5fdb5c13cad8f696a52ba8bdc51a73a138 (diff)
downloadcrupest-d9835fec341426d952e2e8dc6c60db0f64be3b1f.tar.gz
crupest-d9835fec341426d952e2e8dc6c60db0f64be3b1f.tar.bz2
crupest-d9835fec341426d952e2e8dc6c60db0f64be3b1f.zip
fix(docker/debian-dev): code-server as command.
Diffstat (limited to 'template')
-rw-r--r--template/docker-compose.yaml.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template
index 9fdd27d..04f5b51 100644
--- a/template/docker-compose.yaml.template
+++ b/template/docker-compose.yaml.template
@@ -154,9 +154,9 @@ services:
tags:
- "crupest/debian-dev:latest"
container_name: debian-dev
+ init: true
+ command: [ "/bootstrap/start/code-server.bash" ]
restart: on-failure:3
- tty: true
- stdin_open: true
volumes:
- ./data/debian-dev:/data
- debian-dev-state:/state