mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-06 15:52:37 -05:00
Update docker-compose.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user