restart geth-mainnet unless stopped

This commit is contained in:
cventastic
2022-04-20 10:22:55 +02:00
parent a34dc194a1
commit 33705263e3

View File

@@ -37,6 +37,7 @@ services:
- chains
volumes:
- "geth-mainnet_data:/root/.ethereum"
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.middlewares.mainnet-stripprefix.stripprefix.prefixes=/mainnet"