diff options
| author | seth <[email protected]> | 2023-01-16 11:03:05 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-16 11:03:05 +0000 |
| commit | 7e177e2f622db786f76756f1a3faea6575df1157 (patch) | |
| tree | 59f19c390db138274f53ad066fb1360c5a8b3ea9 | |
| parent | 304689c339a17eccfa6f2baa9e354360b06d7eb7 (diff) | |
chore: simplify readme20220116
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
