Scrumplex / packwiz-serve

a docker image to serve packwiz modpacks

Home Page:https://hub.docker.com/repository/docker/getchoo/packwiz-serve/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packwiz-serve

a minimal docker (or podman) container to serve packwiz modpacks anywhere :)

how to use

all you need is one command:

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.
for example: -v /path/to/your/modpack:/data:z

About

a docker image to serve packwiz modpacks

https://hub.docker.com/repository/docker/getchoo/packwiz-serve/

License:MIT License


Languages

Language:Dockerfile 100.0%