aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-06-16 11:38:17 +0800
committercrupest <crupest@outlook.com>2024-08-15 00:44:16 +0800
commit65ebc1c35b7461a426f5b2555222a285bd716bfd (patch)
tree795c0a4e77d6c15220f15e2c69c9604b55677394
parent209b952b7ad0dd523d4eeb921fb051b7158497d2 (diff)
downloadcrupest-65ebc1c35b7461a426f5b2555222a285bd716bfd.tar.gz
crupest-65ebc1c35b7461a426f5b2555222a285bd716bfd.tar.bz2
crupest-65ebc1c35b7461a426f5b2555222a285bd716bfd.zip
fix(docker/debian-dev): add tty to debian-dev.
-rw-r--r--template/docker-compose.yaml.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template
index 04ab98b..9fdd27d 100644
--- a/template/docker-compose.yaml.template
+++ b/template/docker-compose.yaml.template
@@ -155,6 +155,8 @@ services:
- "crupest/debian-dev:latest"
container_name: debian-dev
restart: on-failure:3
+ tty: true
+ stdin_open: true
volumes:
- ./data/debian-dev:/data
- debian-dev-state:/state