mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 16:06:35 -03:00
feat: blackmesa coop
This commit is contained in:
parent
04d3c42a7c
commit
b511c7011e
1 changed files with 9 additions and 1 deletions
|
@ -16,5 +16,13 @@ services:
|
||||||
- csgoretake:/home/csgo/server
|
- csgoretake:/home/csgo/server
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
||||||
|
blackmesa:
|
||||||
|
image: lacledeslan/gamesvr-blackmesa
|
||||||
|
command: ./srcds_run -game bms +map gasworks +maxplayers 4
|
||||||
|
volumes:
|
||||||
|
- blackmesa:/app
|
||||||
|
network_mode: host
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
csgoretake:
|
csgoretake:
|
||||||
|
blackmesa:
|
Loading…
Add table
Reference in a new issue