-
Notifications
You must be signed in to change notification settings - Fork 8
docker
euzu edited this page Mar 28, 2024
·
10 revisions
The relaese docker image can be found under ghcr.io/euzu/m3u-filter:latest
If you want to build your own docker image:
Change into the root directory and run:
docker build --rm -f docker/Dockerfile -t m3u-filter .
This will build the complete project and create a docker image.
To start the container, you can use the docker-compose.yml
But you need to change image: ghcr.io/euzu/m3u-filter:latest
to image: m3u-filter