Skip to content

Commit

Permalink
Merge pull request #3 from NethServer/stephdl-patch-1
Browse files Browse the repository at this point in the history
requires 3 ports for future phpmyadmin/sftpgo usage
  • Loading branch information
stephdl authored Feb 28, 2024
2 parents e26b53c + e2f048f commit e1e9845
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=1" \
--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 e1e9845

Please sign in to comment.