diff --git a/Dockerfile b/Dockerfile index 878a1231..7bdb046c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN chmod +x /app/api LABEL Name=homebox Version=0.0.1 LABEL org.opencontainers.image.source="https://github.com/sysadminsmedia/homebox" -# Expose necessary ports +# Expose necessary ports for Homebox EXPOSE 7745 WORKDIR /app