limit scope, update container in readme

This commit is contained in:
aronwk-aaron 2022-12-31 19:39:37 -06:00
parent f403d7dcb0
commit 8012780eba
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: ci
on: on:
push: push:
branches: branches:
- "**" - "main"
tags: tags:
- "v*.*.*" - "v*.*.*"
pull_request: pull_request:

View File

@ -87,7 +87,7 @@ docker run -d \
-p 8000:8000/tcp -p 8000:8000/tcp
-v /path/to/unpacked/client:/app/luclient:r \ -v /path/to/unpacked/client:/app/luclient:r \
-v /path/to/cachedir:/app/cache:rw \ -v /path/to/cachedir:/app/cache:rw \
aronwk/nexus-dashboard:latest ghcr.io/darkflameuniverse/nexusdashboard:latest
``` ```
* `/app/luclient` must be mapped to the location of an unpacked client * `/app/luclient` must be mapped to the location of an unpacked client