Skip to content

Commit

Permalink
Updated Docker Compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Oct 6, 2024
1 parent 06edf0e commit a294618
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
services:
xash-ds:
image: artkirienko/xashds
container_name: xash
xashds:
image: xashdsdocker:latest
build: .
container_name: xashds
restart: always
command: +ip 0.0.0.0 +rcon_password 12345678
tty: true
stdin_open: true
command: +map crossfire
ports:
- '27015:27015/udp'

0 comments on commit a294618

Please sign in to comment.