diff --git a/Dockerfile b/Dockerfile index 9eab0e8..55ba098 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]