good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 24af9bd1 authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

return docker compose yml version line #4358

parent 96603f14
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@
# Connections: erigon -> (sentries, downloader), rpcdaemon -> (erigon, txpool), txpool -> erigon
version: '2.2'
# Basic erigon's service
x-erigon-service: &default-erigon-servie
image: thorax/erigon:${TAG:-latest}
......@@ -18,7 +20,6 @@ x-erigon-service: &default-erigon-servie
mem_swappiness: 0
services:
erigon:
image: thorax/erigon:${TAG:-latest}
build: .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment