2023-09-23 11:15:02 +03:00
|
|
|
services:
|
|
|
|
cstrike:
|
|
|
|
container_name: cstrike
|
2025-02-07 18:17:06 +01:00
|
|
|
image: fruworg/cstrike
|
2023-09-23 11:15:02 +03:00
|
|
|
restart: unless-stopped
|
2025-02-07 18:00:14 +01:00
|
|
|
networks:
|
|
|
|
- cstrike
|
2023-09-23 11:15:02 +03:00
|
|
|
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
|
2023-09-23 15:58:17 +06:00
|
|
|
- ./configs/amxx.cfg:/hlds/cstrike/addons/amxmodx/configs/amxx.cfg
|
2023-09-23 16:40:10 +06:00
|
|
|
- ./configs/users.ini:/hlds/cstrike/addons/amxmodx/configs/users.ini
|
2023-09-23 11:15:02 +03:00
|
|
|
ports:
|
|
|
|
- 27015:27015/udp
|
2025-02-07 18:00:14 +01:00
|
|
|
networks:
|
|
|
|
cstrike:
|
|
|
|
enable_ipv6: true
|