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:
|
services:
|
||||||
hlds:
|
hlds:
|
||||||
image: ensl/ensl_hlds:latest
|
image: ensl/ensl_hlds:latest
|
||||||
|
tty: true
|
||||||
|
stdin_open: true
|
||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
@ -55,3 +57,5 @@ services:
|
||||||
- HLTV_ROTATE=1
|
- HLTV_ROTATE=1
|
||||||
env_file:
|
env_file:
|
||||||
- '.env.default'
|
- '.env.default'
|
||||||
|
testlog:
|
||||||
|
image: ruby:2.6.5
|
||||||
|
|
Loading…
Reference in a new issue