mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(docker): expose default port (#414)
* Expose web UI port * expose web-ui port
This commit is contained in:
parent
61741064c9
commit
8457222b28
2 changed files with 4 additions and 0 deletions
|
@ -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"]
|
||||
|
|
|
@ -40,5 +40,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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue