Skip to content

Commit

Permalink
Merge pull request #103 from tydaytygx/main
Browse files Browse the repository at this point in the history
 Add local console for docker attach
  • Loading branch information
joedwards32 authored Apr 3, 2024
2 parents 99391b5 + 5517cb8 commit da6af92
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 da6af92

Please sign in to comment.