diff --git a/Dockerfile b/Dockerfile index 23d8a34..598a788 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:24.04 -RUN useradd -m -s /bin/bash -u 1000 acoustid +RUN useradd -m -s /bin/bash -u 4502 acoustid ADD zig-out/bin/fpindex /usr/bin @@ -8,6 +8,6 @@ RUN mkdir -p /var/lib/acoustid/fpindex && chown -R acoustid /var/lib/acoustid/fp VOLUME ["/var/lib/acoustid/fpindex"] USER acoustid -EXPOSE 6080 +EXPOSE 4502 -CMD ["fpindex", "--dir", "/var/lib/acoustid/fpindex", "--address", "0.0.0.0", "--port", "6080"] \ No newline at end of file +CMD ["fpindex", "--dir", "/var/lib/acoustid/fpindex", "--address", "0.0.0.0", "--port", "4502"] \ No newline at end of file