Update docker-compose.yml

This commit is contained in:
Seth For Privacy
2025-09-28 09:08:39 -04:00
committed by GitHub
parent a1a95d5294
commit c591b338f3

View File

@@ -1,7 +1,6 @@
version: '3.5'
services: services:
monerod: monerod:
image: sethsimmons/simple-monerod:latest image: ghcr.io/sethforprivacy/simple-monerod:latest
restart: unless-stopped restart: unless-stopped
container_name: monerod container_name: monerod
volumes: volumes:
@@ -21,7 +20,7 @@ services:
- "--out-peers=50" - "--out-peers=50"
p2pool: p2pool:
image: sethsimmons/p2pool:latest image: ghcr.io/sethforprivacy/p2pool:latest
restart: unless-stopped restart: unless-stopped
container_name: p2pool container_name: p2pool
tty: true tty: true
@@ -52,15 +51,6 @@ services:
volumes: volumes:
- tor-keys:/var/lib/tor/hidden_service/ - 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: watchtower:
image: containrrr/watchtower:latest image: containrrr/watchtower:latest
container_name: watchtower container_name: watchtower