feat(docker): expose default port (#414)

* Expose web UI port

* expose web-ui port
This commit is contained in:
Agneev Mukherjee 2022-08-21 21:45:39 +05:30 committed by GitHub
parent 61741064c9
commit 8457222b28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -52,5 +52,7 @@ VOLUME /config
COPY --from=app-builder /src/bin/autobrr /usr/local/bin/
COPY --from=app-builder /src/bin/autobrrctl /usr/local/bin/
EXPOSE 7474
ENTRYPOINT ["/usr/local/bin/autobrr", "--config", "/config"]
#CMD ["--config", "/config"]