mirror of
https://github.com/fruworg/cstrike.git
synced 2025-08-14 20:51:11 +03:00
Update compose.yml
This commit is contained in:
12
compose.yml
12
compose.yml
@@ -1,26 +1,22 @@
|
|||||||
services:
|
services:
|
||||||
cstrike:
|
cstrike:
|
||||||
container_name: cstrike
|
|
||||||
image: fruworg/cstrike
|
image: fruworg/cstrike
|
||||||
|
container_name: cstrike
|
||||||
|
hostname: cstrike
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: >
|
command: >
|
||||||
./hlds_run -game cstrike -strictportbind -ip 0.0.0.0 -port 27015
|
./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
|
+sv_lan 0 +map de_dust2 -maxplayers 16 +localinfo amxx_cfg cstrike/addons/amxmodx
|
||||||
networks:
|
networks_mode: host
|
||||||
- cstrike
|
|
||||||
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
|
||||||
- ./configs/config.cfg:/hlds/cstrike/config.cfg
|
- ./configs/config.cfg:/hlds/cstrike/config.cfg
|
||||||
- ./configs/game.cfg:/hlds/cstrike/game.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/game_init.cfg:/hlds/cstrike/game_init.cfg
|
||||||
- ./configs/listip.cfg:/hlds/cstrike/listip.cfg
|
- ./configs/listip.cfg:/hlds/cstrike/listip.cfg
|
||||||
- ./configs/banned.cfg:/hlds/cstrike/banned.cfg
|
- ./configs/banned.cfg:/hlds/cstrike/banned.cfg
|
||||||
- ./configs/plugins.ini:/hlds/cstrike/addons/metamod/plugins.ini
|
- ./configs/plugins.ini:/hlds/cstrike/addons/metamod/plugins.ini
|
||||||
- ./configs/amxx.cfg:/hlds/cstrike/addons/amxmodx/configs/amxx.cfg
|
- ./configs/amxx.cfg:/hlds/cstrike/addons/amxmodx/configs/amxx.cfg
|
||||||
- ./configs/users.ini:/hlds/cstrike/addons/amxmodx/configs/users.ini
|
- ./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