From 304689c339a17eccfa6f2baa9e354360b06d7eb7 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 16 Jan 2023 05:58:38 -0500 Subject: initial commit --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c4563a6 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# pacwiz-serve + +a minimal docker (or podman) container to serve packwiz modpacks anywhere :) + +## how to use + +all you need is one command: + +```bash +docker run -d --name packwiz-serve -p :8080 -v /path/to/your/modpack:/data getchoo/packwiz-serve +``` + +## troubleshooting + +### permission denied errors + +for users of a system with SELinux, you maybe need to append `:z` to your volume mount options. +for example: `-v /path/to/your/modpack:/data:z` -- cgit v1.2.3