Skip to content

Commit

Permalink
require a third port for sftgo or equivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl authored Feb 28, 2024
1 parent 1816efc commit e2f048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ buildah add "${container}" ui/dist /ui
# tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp
buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=traefik@node:routeadm" \
--label="org.nethserver.tcp-ports-demand=2" \
--label="org.nethserver.tcp-ports-demand=3" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/wordpress:6.4.3-php8.3-apache" \
"${container}"
Expand Down

0 comments on commit e2f048f

Please sign in to comment.