From 8826a34ebc2aa111c0e3b814520eb62963136783 Mon Sep 17 00:00:00 2001 From: aronwk-aaron Date: Thu, 5 Jan 2023 15:13:43 -0600 Subject: [PATCH] fix docker command more --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d322082..6600364 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ docker run -d \ -e APP_SECRET_KEY='' \ -e APP_DATABASE_URI='mysql+pymysql://:@:/' \ # you can include other optional Environment Variables from below like this - -e REQUIRE_PLAY_KEY=True - -p 8000:8000/tcp + -e REQUIRE_PLAY_KEY=True \ + -p 8000:8000/tcp \ -v /path/to/unpacked/client:/app/luclient:ro \ -v /path/to/cachedir:/app/cache:rw \ ghcr.io/darkflameuniverse/nexusdashboard:latest