Skip to content

Commit 5ebd17a

Browse files
committed
Fix dockerfile
1 parent 86b1e8e commit 5ebd17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ RUN apt-get update && \
1717
USER acoustid
1818
EXPOSE 6080
1919

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"]
20+
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

Comments
 (0)