mirror of
https://github.com/ENSL/ensl_hlds.git
synced 2024-11-10 07:11:38 +00:00
Fix console attach
This commit is contained in:
parent
22d727d33c
commit
50c096841a
1 changed files with 5 additions and 1 deletions
|
@ -3,6 +3,8 @@ version: "3.0"
|
|||
services:
|
||||
hlds:
|
||||
image: ensl/ensl_hlds:latest
|
||||
tty: true
|
||||
stdin_open: true
|
||||
build:
|
||||
context: ./
|
||||
dockerfile: Dockerfile
|
||||
|
@ -55,3 +57,5 @@ services:
|
|||
- HLTV_ROTATE=1
|
||||
env_file:
|
||||
- '.env.default'
|
||||
testlog:
|
||||
image: ruby:2.6.5
|
||||
|
|
Loading…
Reference in a new issue