Skip to content

Commit b299c23

Browse files
committed
fix: docker compose
1 parent 3307cf4 commit b299c23

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
services:
22
xash3d:
3+
image: yohimik/cs-web-server:latest
34
build:
45
context: .
56
tags:
67
- yohimik/cs-web-server:latest
78
- yohimik/cs-web-server:${TAG}
89
restart: always
910
platform: linux/386
11+
environment:
12+
PORT: 27018
13+
IP: 192.168.50.123
14+
volumes:
15+
- "./valve.zip:/xashds/public/valve.zip"
16+
ports:
17+
- "27016:27016"
18+
- "27018:27018"

0 commit comments

Comments
 (0)