Skip to content

Commit

Permalink
Fix default command line for fortiotel (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly authored Mar 6, 2024
1 parent c7ef34f commit 9fc6814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ VOLUME /var/lib/fortio
WORKDIR /var/lib/fortio
ENTRYPOINT ["/usr/bin/fortio"]
# start the server mode (grpc ping on 8079, http echo and UI on 8080, redirector on 8081) by default
CMD ["server", "-config", "/etc/fortio"]
CMD ["server", "-config-dir", "/etc/fortio"]

0 comments on commit 9fc6814

Please sign in to comment.