Skip to content

Commit

Permalink
Require an additional port for sftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Jan 21, 2025
1 parent ba6cc0f commit 629163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY imageroot /imageroot
COPY --from=ui_builder /app/dist /ui
ENTRYPOINT [ "/" ]
LABEL org.nethserver.authorizations="traefik@any:fulladm node:fwadm nethvoice-proxy@any:routeadm"
LABEL org.nethserver.tcp-ports-demand="30"
LABEL org.nethserver.tcp-ports-demand="31"
LABEL org.nethserver.rootfull="0"
ARG REPOBASE=ghcr.io/nethserver
ARG IMAGETAG=latest
Expand Down

0 comments on commit 629163a

Please sign in to comment.