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 | b17d0f6698d80c6c420987601df51f58339b3b4f (patch) | |
tree | 795c0a4e77d6c15220f15e2c69c9604b55677394 /template/docker-compose.yaml.template | |
parent | a896f9c39eb6aca748e1a52e3342c4047736bb0f (diff) | |
download | crupest-b17d0f6698d80c6c420987601df51f58339b3b4f.tar.gz crupest-b17d0f6698d80c6c420987601df51f58339b3b4f.tar.bz2 crupest-b17d0f6698d80c6c420987601df51f58339b3b4f.zip |
fix(docker/debian-dev): add tty to debian-dev.
Diffstat (limited to 'template/docker-compose.yaml.template')
-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 |