summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-16 11:03:05 +0000
committerGitHub <[email protected]>2023-01-16 11:03:05 +0000
commit7e177e2f622db786f76756f1a3faea6575df1157 (patch)
tree59f19c390db138274f53ad066fb1360c5a8b3ea9 /README.md
parent304689c339a17eccfa6f2baa9e354360b06d7eb7 (diff)
chore: simplify readme20220116
Diffstat (limited to 'README.md')
-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