blob: 6714e494f2bebc48c0740c9633ca0f73fbefa7ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# packwiz-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 -p <your_desired_port>: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. <br> for example: `-v /path/to/your/modpack:/data:z`
|