2 parents 174e28d + 7abe71d commit fe8fedaCopy full SHA for fe8feda
2 files changed
README.md
@@ -65,7 +65,7 @@ Clone the repository of use a zipped release from the releases.
65
docker run \
66
-p 7091:7091 \
67
-p 7095:7095 \
68
- -v $(pwd)/data:/data \
+ -v $(pwd)/data:/app/data \
69
ghcr.io/rudyberends/rudyberends/lox-audioserver:VERSION
70
71
The workflow `.github/workflows/create-release-and-build.yml` bumps the version, builds,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lox-audioserver",
3
- "version": "2.1.0",
+ "version": "2.1.1",
4
"description": "Modern TypeScript implementation of the Loxone Audio Server",
5
"private": false,
6
"repository": {
0 commit comments