From c591b338f338b6c4e8110f64f806c3add2198547 Mon Sep 17 00:00:00 2001 From: Seth For Privacy <40500387+sethforprivacy@users.noreply.github.com> Date: Sun, 28 Sep 2025 09:08:39 -0400 Subject: [PATCH] Update docker-compose.yml --- examples/docker-compose.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/examples/docker-compose.yml b/examples/docker-compose.yml index 19cbd6f..f99f942 100644 --- a/examples/docker-compose.yml +++ b/examples/docker-compose.yml @@ -1,7 +1,6 @@ -version: '3.5' services: monerod: - image: sethsimmons/simple-monerod:latest + image: ghcr.io/sethforprivacy/simple-monerod:latest restart: unless-stopped container_name: monerod volumes: @@ -21,7 +20,7 @@ services: - "--out-peers=50" p2pool: - image: sethsimmons/p2pool:latest + image: ghcr.io/sethforprivacy/p2pool:latest restart: unless-stopped container_name: p2pool tty: true @@ -52,15 +51,6 @@ services: volumes: - tor-keys:/var/lib/tor/hidden_service/ - autoheal: - image: willfarrell/autoheal:latest - container_name: autoheal - restart: unless-stopped - environment: - AUTOHEAL_CONTAINER_LABEL: all - volumes: - - "/var/run/docker.sock:/var/run/docker.sock" - watchtower: image: containrrr/watchtower:latest container_name: watchtower