Skip to content

Commit

Permalink
Merge pull request #412 from wensenz/patch-1
Browse files Browse the repository at this point in the history
Update QuickStart.md
  • Loading branch information
sven-n authored May 16, 2024
2 parents d52ece6 + b2d414d commit d59e889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you just want to play around with the server, you can find the newest docker
all-in-one image on the Docker Hub: <https://hub.docker.com/r/munique/openmu>

To pull and run the latest docker image, run this command:
`docker run --name openmu -d -p 80:80 -p 44405:44405 -p 55901:55901 -p 55902:55902 -p 55903:55903 -p 55980:55980 munique/openmu:latest -demo`
`docker run --name openmu -d -p 80:8080 -p 44405:44405 -p 55901:55901 -p 55902:55902 -p 55903:55903 -p 55980:55980 munique/openmu:latest -demo`

The last argument is there to start the server in demo mode, without a
database. To use a postgres database, you can use docker-compose.
Expand Down

0 comments on commit d59e889

Please sign in to comment.