-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yml
More file actions
22 lines (22 loc) · 987 Bytes
/
compose.yml
File metadata and controls
22 lines (22 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
services:
cstrike:
image: fruworg/cstrike
container_name: cstrike
hostname: cstrike
restart: unless-stopped
command: >
./hlds_run -game cstrike -strictportbind -ip 0.0.0.0 -port 27015
+sv_lan +map de_dust2 -maxplayers 10 +localinfo amxx_cfg cstrike/addons/amxmodx
network_mode: host
volumes:
- ./configs/motd.txt:/hlds/cstrike/motd.txt
- ./configs/server.cfg:/hlds/cstrike/server.cfg
- ./configs/config.cfg:/hlds/cstrike/config.cfg
- ./configs/game.cfg:/hlds/cstrike/game.cfg
- ./configs/mapcycle.txt:/hlds/cstrike/mapcycle.txt
- ./configs/game_init.cfg:/hlds/cstrike/game_init.cfg
- ./configs/listip.cfg:/hlds/cstrike/listip.cfg
- ./configs/banned.cfg:/hlds/cstrike/banned.cfg
- ./configs/plugins.ini:/hlds/cstrike/addons/metamod/plugins.ini
- ./configs/amxx.cfg:/hlds/cstrike/addons/amxmodx/configs/amxx.cfg
- ./configs/users.ini:/hlds/cstrike/addons/amxmodx/configs/users.ini