Skip to content

Commit

Permalink
Add local console for docker attach
Browse files Browse the repository at this point in the history
docker attach --sig-proxy=false cs2-dedicated
or
docker attach --detach-keys="ctrl-x" cs2-dedicated
  • Loading branch information
tydaytygx authored Apr 2, 2024
1 parent 99391b5 commit 5517cb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ services:
- "27015:27015/tcp" # TCP
- "27015:27015/udp" # UDP
- "27020:27020/udp" # UDP
stdin_open: true # Add local console for docker attach, docker attach --sig-proxy=false cs2-dedicated
tty: true # Add local console for docker attach, docker attach --sig-proxy=false cs2-dedicated
volumes:
cs2:

0 comments on commit 5517cb8

Please sign in to comment.