We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b1e8e commit 5ebd17aCopy full SHA for 5ebd17a
Dockerfile
@@ -17,4 +17,4 @@ RUN apt-get update && \
17
USER acoustid
18
EXPOSE 6080
19
20
-CMD ["fpi-server", "--directory", "/var/lib/acoustid-index", "--mmap", "--address", "0.0.0.0", "--port", "6080", "--metrics", "--metrics-address", "0.0.0.0", "--metrics-port", "6081"]
+CMD ["fpi-server", "--directory", "/var/lib/acoustid-index", "--mmap", "--address", "0.0.0.0", "--port", "6080", "--http-address", "0.0.0.0", "--http-port", "6081"]
0 commit comments