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