fix docker command more

This commit is contained in:
aronwk-aaron 2023-01-05 15:13:43 -06:00
parent a3d492df91
commit 8826a34ebc

View File

@ -83,8 +83,8 @@ docker run -d \
-e APP_SECRET_KEY='<secret_key>' \ -e APP_SECRET_KEY='<secret_key>' \
-e APP_DATABASE_URI='mysql+pymysql://<username>:<password>@<host>:<port>/<database>' \ -e APP_DATABASE_URI='mysql+pymysql://<username>:<password>@<host>:<port>/<database>' \
# you can include other optional Environment Variables from below like this # you can include other optional Environment Variables from below like this
-e REQUIRE_PLAY_KEY=True -e REQUIRE_PLAY_KEY=True \
-p 8000:8000/tcp -p 8000:8000/tcp \
-v /path/to/unpacked/client:/app/luclient:ro \ -v /path/to/unpacked/client:/app/luclient:ro \
-v /path/to/cachedir:/app/cache:rw \ -v /path/to/cachedir:/app/cache:rw \
ghcr.io/darkflameuniverse/nexusdashboard:latest ghcr.io/darkflameuniverse/nexusdashboard:latest