Skip to content

Commit 0dd3f16

Browse files
committed
Use port 4502
1 parent 22d4ab8 commit 0dd3f16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM ubuntu:24.04
22

3-
RUN useradd -m -s /bin/bash -u 1000 acoustid
3+
RUN useradd -m -s /bin/bash -u 4502 acoustid
44

55
ADD zig-out/bin/fpindex /usr/bin
66

77
RUN mkdir -p /var/lib/acoustid/fpindex && chown -R acoustid /var/lib/acoustid/fpindex
88
VOLUME ["/var/lib/acoustid/fpindex"]
99

1010
USER acoustid
11-
EXPOSE 6080
11+
EXPOSE 4502
1212

13-
CMD ["fpindex", "--dir", "/var/lib/acoustid/fpindex", "--address", "0.0.0.0", "--port", "6080"]
13+
CMD ["fpindex", "--dir", "/var/lib/acoustid/fpindex", "--address", "0.0.0.0", "--port", "4502"]

0 commit comments

Comments
 (0)