blob: d00cef272ae4920581638d1e5b710e8a1b0165f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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 enabled, you maybe need to append `:z` to your volume mount options.
for example: `-v /path:/data:z`
|