Skip to content

Commit fe8feda

Browse files
authored
Merge pull request #10 from jorrite/fix-update-docs
docs: update docker volume mount to reflect WORKDIR
2 parents 174e28d + 7abe71d commit fe8feda

2 files changed

Lines changed: 2 additions & 2 deletions

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,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lox-audioserver",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Modern TypeScript implementation of the Loxone Audio Server",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)