commit 0ca408bccc209f47cbad62f4f20ae173da88e6b9 Author: hippy Date: Thu Jan 29 14:52:55 2026 +0000 Add boxarr diff --git a/boxarr b/boxarr new file mode 100644 index 0000000..881afc7 --- /dev/null +++ b/boxarr @@ -0,0 +1,11 @@ +services: + boxarr: + image: ghcr.io/iongpt/boxarr:latest + container_name: boxarr + ports: + - 100.70.196.80:8888:8888 + volumes: + - /root/boxarr/config:/config + restart: unless-stopped + environment: + - TZ=Europe/London \ No newline at end of file