mirror of
https://github.com/fruworg/cstrike.git
synced 2025-07-23 03:40:46 +03:00
Rename docker-compose.yml to compose.yml
This commit is contained in:
26
compose.yml
Normal file
26
compose.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
cstrike:
|
||||
container_name: cstrike
|
||||
image: fruworg/cstrike:latest
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- cstrike
|
||||
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:
|
||||
- ./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/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
|
||||
ports:
|
||||
- 27015:27015/udp
|
||||
networks:
|
||||
cstrike:
|
||||
enable_ipv6: true
|
Reference in New Issue
Block a user