From b09445ffae8208ff042ef2635ec9ca894198a578 Mon Sep 17 00:00:00 2001 From: cventastic Date: Wed, 11 May 2022 10:39:47 +0200 Subject: [PATCH] RPC Port is 18545 --- fantom.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/fantom.yml b/fantom.yml index 90531b06..3c2717f6 100644 --- a/fantom.yml +++ b/fantom.yml @@ -11,11 +11,8 @@ services: volumes: - "fantom:/datadir" expose: -# API PORTS https://github.com/Fantom-foundation/go-opera/wiki/API -# - "18545:18545" -# - "18546:18546" -# RPC-PORT - - "5050" + - "18545:18545" + restart: unless-stopped labels: - "traefik.enable=true"