Compare commits

...

1 Commits

Author SHA1 Message Date
ca0d84437e Update compose.yml 2025-08-12 11:27:22 +02:00

View File

@@ -6,7 +6,7 @@ services:
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 -maxplayers 10 +localinfo amxx_cfg cstrike/addons/amxmodx +sv_lan +map de_dust2 -maxplayers 10 +localinfo amxx_cfg cstrike/addons/amxmodx
network_mode: host network_mode: host
volumes: volumes:
- ./configs/motd.txt:/hlds/cstrike/motd.txt - ./configs/motd.txt:/hlds/cstrike/motd.txt