From 8438525ca655f9d6b4f305702e6313f0065dc24b Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Thu, 10 Sep 2020 20:29:34 +0200 Subject: Simplify local run docker command (with DockerHub) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a37f17e1..c114aabc 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,11 @@ It is therefore possible that you experience a server restart if I just pushed s You can also run the server on your own machine by running: ``` -docker run -p 80:80 ghcr.io/joffrey-bion/seven-wonders-server:latest +docker run -p 80:80 hildan/seven-wonders-server ``` +And then go to `http://localhost` in your browser to play (add some bots if you're alone). + ## Technicalities This project is written 100% in Kotlin. You can find the history of the technical decisions in the -- cgit