From f92102b2559532d1f7ce1ee7513140d416856653 Mon Sep 17 00:00:00 2001 From: Kadrim <8304331+kadrim@users.noreply.github.com> Date: Mon, 19 Sep 2022 14:37:52 +0000 Subject: [PATCH] add documentation for docker-compose --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c4b386f..16be32c 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,22 @@ docker buildx inspect --bootstrap docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t kadrim/proxy4plex:latest --push . ``` +### Docker-Compose / Portainer + +If you prefer, you can run this via docker-compose or Portainer by creating a file called `docker-compose.yaml` and adding this content: + +```yaml +version: "3" +services: + proxy4plex: + image: kadrim/proxy4plex + container_name: proxy4plex + ports: + - 80:80 + - 3000:3000 + restart: unless-stopped +``` + ## TODOs - detect OS and allow User to install the proxy as a boot-service