File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,6 @@ buildah run \
4949# Add imageroot directory to the container image
5050buildah add " ${container} " imageroot /imageroot
5151buildah add " ${container} " ui/dist /ui
52- # Setup the entrypoint, ask to reserve one TCP port with the label and set a rootless container
53- # Select you image(s) with the label org.nethserver.images
54- # ghcr.io/xxxxx is the GitHub container registry or your own registry or docker.io for Docker Hub
55- # The image tag is set to latest by default, but can be overridden with the IMAGETAG environment variable
56- # --label="org.nethserver.images=docker.io/mariadb:10.11.13 docker.io/roundcube/roundcubemail:1.6.4-apache"
57- # rootfull=0 === rootless container
58- # tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp
5952buildah config --entrypoint=/ \
6053 --label=" org.nethserver.authorizations=traefik@node:routeadm" \
6154 --label=" org.nethserver.tcp-ports-demand=3" \
You can’t perform that action at this time.
0 commit comments