return docker compose yml version line #4358

This commit is contained in:
Alex Sharov 2022-06-04 09:06:04 +07:00 committed by GitHub
parent 96603f14da
commit 24af9bd1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: .