diff options
author | Joffrey Bion <joffrey.bion@booking.com> | 2020-09-10 20:29:34 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@booking.com> | 2020-09-10 20:29:34 +0200 |
commit | 8438525ca655f9d6b4f305702e6313f0065dc24b (patch) | |
tree | 2bb62f46dcaf61cdc9dd0ded4ac804d52c39fa45 /README.md | |
parent | Upgrade GitHub action/cache to v2.1.1 (diff) | |
download | seven-wonders-8438525ca655f9d6b4f305702e6313f0065dc24b.tar.gz seven-wonders-8438525ca655f9d6b4f305702e6313f0065dc24b.tar.bz2 seven-wonders-8438525ca655f9d6b4f305702e6313f0065dc24b.zip |
Simplify local run docker command (with DockerHub)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |