Add local console for docker attach
docker attach --sig-proxy=false cs2-dedicated or docker attach --detach-keys="ctrl-x" cs2-dedicated
This commit is contained in:
parent
99391b5d87
commit
5517cb8693
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue