mirror of
https://github.com/fruworg/cstrike.git
synced 2025-02-22 19:01:14 +03:00
Update docker-compose.yml
This commit is contained in:
parent
b3f1d9b89b
commit
663a65bea5
@ -1,10 +1,10 @@
|
|||||||
version: '3.7'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cstrike:
|
cstrike:
|
||||||
container_name: cstrike
|
container_name: cstrike
|
||||||
image: fruworg/cstrike:latest
|
image: fruworg/cstrike:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- cstrike
|
||||||
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 +map de_dust2 -maxplayers 16 +localinfo amxx_cfg cstrike/addons/amxmodx
|
+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
|
- ./configs/users.ini:/hlds/cstrike/addons/amxmodx/configs/users.ini
|
||||||
ports:
|
ports:
|
||||||
- 27015:27015/udp
|
- 27015:27015/udp
|
||||||
|
networks:
|
||||||
|
cstrike:
|
||||||
|
enable_ipv6: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user