Skip to content

Commit b7b6149

Browse files
update demos path to match what's in the container
1 parent 68ec634 commit b7b6149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- "/etc/localtime:/etc/localtime:ro" # This will make sure logs inside the container are in the timezone of the server
2222
- logs:/nquake/logs
2323
- media:/nquake/media
24-
- demos:/nquake/demos
24+
- demos:/nquake/ktx/demos
2525
restart: always
2626
healthcheck:
2727
test: ["CMD", "/healthcheck.sh"]

0 commit comments

Comments
 (0)