File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,13 +34,7 @@ buildah run \
3434# Add imageroot directory to the container image
3535buildah add " ${container} " imageroot /imageroot
3636buildah add " ${container} " ui/dist /ui
37- # Setup the entrypoint, ask to reserve one TCP port with the label and set a rootless container
38- # Select you image(s) with the label org.nethserver.images
39- # ghcr.io/xxxxx is the GitHub container registry or your own registry or docker.io for Docker Hub
40- # The image tag is set to latest by default, but can be overridden with the IMAGETAG environment variable
41- # --label="org.nethserver.images=docker.io/mariadb:10.11.5 docker.io/roundcube/roundcubemail:1.6.4-apache"
42- # rootfull=0 === rootless container
43- # tcp-ports-demand=1 number of tcp Port to reserve , 1 is the minimum, can be udp or tcp
37+
4438buildah config --entrypoint=/ \
4539 --label=" org.nethserver.authorizations=traefik@node:routeadm" \
4640 --label=" org.nethserver.tcp-ports-demand=1" \
You can’t perform that action at this time.
0 commit comments