diff --git a/tf2/docker-compose.yml b/tf2/docker-compose.yml index 908e02c..62014b5 100644 --- a/tf2/docker-compose.yml +++ b/tf2/docker-compose.yml @@ -1,5 +1,6 @@ services: tf2-comp: + restart: unless-stopped # Allocates a stdin (docker run -i) stdin_open: true # Allocates a tty (docker run -t)