Skip to content

Commit

Permalink
added tty/terminal defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
growlf authored Nov 7, 2023
1 parent b692c73 commit 0c833f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ services:
image: netyeti/toolbox:latest
environment:
- TESTVAR=${TESTVAR:-test1}
stdin_open: true
tty: true
command: ["/bin/zsh"]
volumes:
- /:/host
- /var/run/docker.sock:/var/run/docker.sock



0 comments on commit 0c833f4

Please sign in to comment.