From 0ca408bccc209f47cbad62f4f20ae173da88e6b9 Mon Sep 17 00:00:00 2001 From: hippy Date: Thu, 29 Jan 2026 14:52:55 +0000 Subject: [PATCH] Add boxarr --- boxarr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 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