summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c4563a6..9a1d154 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ a minimal docker (or podman) container to serve packwiz modpacks anywhere :)
all you need is one command:
```bash
-docker run -d --name packwiz-serve -p <your_desired_port>:8080 -v /path/to/your/modpack:/data getchoo/packwiz-serve
+docker run -d -p <your_desired_port>:8080 -v /path/to/your/modpack:/data getchoo/packwiz-serve
```
## troubleshooting