diff options
author | crupest <crupest@outlook.com> | 2024-06-16 11:38:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-08-15 00:44:16 +0800 |
commit | 65ebc1c35b7461a426f5b2555222a285bd716bfd (patch) | |
tree | 795c0a4e77d6c15220f15e2c69c9604b55677394 | |
parent | 209b952b7ad0dd523d4eeb921fb051b7158497d2 (diff) | |
download | crupest-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.template | 2 |
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 |