Skip to content

Commit 7abe71d

Browse files
committed
docs: update docker volume mount to reflect WORKDIR
1 parent c4db73c commit 7abe71d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Clone the repository of use a zipped release from the releases.
6565
docker run \
6666
-p 7091:7091 \
6767
-p 7095:7095 \
68-
-v $(pwd)/data:/data \
68+
-v $(pwd)/data:/app/data \
6969
ghcr.io/rudyberends/rudyberends/lox-audioserver:VERSION
7070

7171
The workflow `.github/workflows/create-release-and-build.yml` bumps the version, builds,

0 commit comments

Comments
 (0)