Update docker-compose.yml

This commit is contained in:
Руслан 2023-09-23 15:50:19 +06:00 committed by GitHub
parent 77726d2dc2
commit f9ccc81df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,11 @@ version: '3.7'
services:
cstrike:
container_name: cstrike
image: fruworg/cstrike:1.0
image: cstrike
restart: unless-stopped
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:
- ./configs/motd.txt:/hlds/cstrike/motd.txt
- ./configs/server.cfg:/hlds/cstrike/server.cfg