Skip to content

Commit

Permalink
Limit ejabberd to one module per node
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl authored Oct 15, 2024
1 parent f824ca8 commit 780d690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ buildah add "${container}" ui/dist /ui
# Setup the entrypoint, ask to reserve one TCP port with the label and set a rootless container
buildah config --entrypoint=/ \
--label="org.nethserver.authorizations=traefik@node:certadm node:fwadm cluster:accountconsumer" \
--label="org.nethserver.max-per-node=1" \
--label="org.nethserver.tcp-ports-demand=0" \
--label="org.nethserver.rootfull=0" \
--label="org.nethserver.images=docker.io/ejabberd/ecs:24.07" \
Expand Down

0 comments on commit 780d690

Please sign in to comment.