mirror of
https://github.com/fruworg/cstrike.git
synced 2024-11-16 10:07:18 +03:00
Update docker-compose.yml
This commit is contained in:
parent
77726d2dc2
commit
f9ccc81df1
@ -3,8 +3,11 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
cstrike:
|
cstrike:
|
||||||
container_name: cstrike
|
container_name: cstrike
|
||||||
image: fruworg/cstrike:1.0
|
image: cstrike
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
command: >
|
||||||
|
./hlds_run -game cstrike -strictportbind -ip 0.0.0.0 -port 27015
|
||||||
|
+sv_lan 0 +map de_dust2 -maxplayers 16 +localinfo amxx_cfg cstrike/addons/amxmodx
|
||||||
volumes:
|
volumes:
|
||||||
- ./configs/motd.txt:/hlds/cstrike/motd.txt
|
- ./configs/motd.txt:/hlds/cstrike/motd.txt
|
||||||
- ./configs/server.cfg:/hlds/cstrike/server.cfg
|
- ./configs/server.cfg:/hlds/cstrike/server.cfg
|
||||||
|
Loading…
Reference in New Issue
Block a user