Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getchoo-archive/packwiz-serve

a docker image to serve packwiz modpacks
https://github.com/getchoo-archive/packwiz-serve

docker docker-image minecraft minecraft-mod minecraft-server modpack-installer modpack-updater modpacks packwiz

Last synced: 2 months ago
JSON representation

a docker image to serve packwiz modpacks

Awesome Lists containing this project

README

        

# 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 :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`