Update compose.yml

This commit is contained in:
ruslan 2025-02-07 18:17:06 +01:00 committed by GitHub
parent 7e74610701
commit 41f33bb5f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,10 @@
services: services:
cstrike: cstrike:
container_name: cstrike container_name: cstrike
image: fruworg/cstrike:latest image: fruworg/cstrike
restart: unless-stopped restart: unless-stopped
networks: networks:
- cstrike - 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: 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