Merge pull request #103 from tydaytygx/main

Add local console for docker attach
This commit is contained in:
John Edwards 2024-04-03 13:27:29 +01:00 committed by GitHub
commit da6af92319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: