From 586f2c69d82b1e683b29fbd694ca804b2d301658 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Sat, 23 Sep 2023 17:09:07 -0700 Subject: [PATCH] Fixed incorrect docker command (#132) --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 7280ce1..05a7d1c 100644 --- a/README.MD +++ b/README.MD @@ -86,7 +86,7 @@ Dockerfile and docker-compose-build.yml files have been provided to make deploym 2. Change into the gaseous-server directory 3. Clone the submodules with the command ```git submodule update --init``` 4. Open the docker-compose-build.yml file and edit the igdbclientid and igdbclientsecret to the values retrieved from your IGDB account -5. Run the command "docker-compose up --file docker-compose-build.yml -d" +5. Run the command ```docker-compose --file docker-compose-build.yml up -d``` 6. Connect to the host on port 5198 ## Source