Skip to content

Commit

Permalink
chore: fix installer port
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Nov 6, 2023
1 parent 078116e commit ac87f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Cargoes:
- --insecure
- --listen-addr=:26257
- --sql-addr=:26258
- --advertise-addr=${{ advertise_addr }}:26258
- --advertise-addr=${{ advertise_addr }}:26257
HostConfig:
NetworkMode: system
Binds:
Expand Down

0 comments on commit ac87f9b

Please sign in to comment.