Skip to content

Commit

Permalink
[docker][compose] fix duplicate network_id
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin authored and aptos-bot committed Mar 15, 2022
1 parent 5c7d3bc commit 03ab897
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/compose/public_full_node/public_full_node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ full_node_networks:
# The network must have a listen address to specify protocols. This runs it locally to
# prevent remote, incoming connections.
listen_address: "/ip4/127.0.0.1/tcp/6180"
network_id: "public"

api:
# This specifies your REST API endpoint. Intentionally on public so that Docker can export it.
Expand Down

0 comments on commit 03ab897

Please sign in to comment.