Skip to content

Commit

Permalink
removed syncmode and gcmode flags from docker config file
Browse files Browse the repository at this point in the history
  • Loading branch information
bret-fusion committed Jun 21, 2019
1 parent 4f11304 commit d02e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.gtw
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ COPY --from=builder /efsn/build/bin/efsn /usr/local/bin/

EXPOSE 9000 9000/udp 9001 9001/udp 40407 40407/udp 40408 40408/udp

ENTRYPOINT ["efsn", "--identity", "1", "--datadir", "/fusion-node", "--syncmode", "full" , "--gcmode=archive", "--rpc" , "--ws", "--rpcaddr" , "0.0.0.0", "--gasprice" , "0", "--rpccorsdomain" , "*", "--wsorigins", "*", "--wsapi", "eth,net,fsn,fsntx", "--rpcapi", "eth,net,fsn,fsntx", "--wsaddr", "0.0.0.0", "--wsport", "9001", "--rpcport", "9000"]
ENTRYPOINT ["efsn", "--identity", "1", "--datadir", "/fusion-node", "--rpc" , "--ws", "--rpcaddr" , "0.0.0.0", "--gasprice" , "0", "--rpccorsdomain" , "*", "--wsorigins", "*", "--wsapi", "eth,net,fsn,fsntx", "--rpcapi", "eth,net,fsn,fsntx", "--wsaddr", "0.0.0.0", "--wsport", "9001", "--rpcport", "9000"]

0 comments on commit d02e20b

Please sign in to comment.