Skip to content

Commit f6a5cca

Browse files
authored
fix: compose example
1 parent 1655d6e commit f6a5cca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ services:
2727
# 📣 Adjust the image value here with the desired game you want the server to use.
2828
image: jives/hlds:cstrike
2929
volumes:
30-
- "./config:/config"
30+
- "./config:/temp/config"
31+
- "./mods:/temp/mods
3132
ports:
3233
- "27015:27015/udp"
3334
- "27015:27015"

0 commit comments

Comments
 (0)