Update docker-compose.yml

This commit is contained in:
ruslan 2025-02-07 18:00:14 +01:00 committed by GitHub
parent b3f1d9b89b
commit 663a65bea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
version: '3.7'
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
@ -21,3 +21,6 @@ services:
- ./configs/users.ini:/hlds/cstrike/addons/amxmodx/configs/users.ini
ports:
- 27015:27015/udp
networks:
cstrike:
enable_ipv6: true