limit scope, update container in readme
This commit is contained in:
parent
f403d7dcb0
commit
8012780eba
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -3,7 +3,7 @@ name: ci
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "main"
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user