Merge pull request #103 from tydaytygx/main
Add local console for docker attach
This commit is contained in:
commit
da6af92319
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