higher ids
This commit is contained in:
parent
3308c10c07
commit
68cc3608b8
1 changed files with 4 additions and 4 deletions
|
@ -68,11 +68,11 @@ RUN apk --no-cache add \
|
||||||
lua \
|
lua \
|
||||||
lua-ldap
|
lua-ldap
|
||||||
|
|
||||||
RUN addgroup -g 100 dovecot
|
RUN addgroup -g 150 dovecot
|
||||||
RUN adduser -u 90 -h /dev/null -H -s /sbin/nologin -D -G dovecot dovecot
|
RUN adduser -u 140 -h /dev/null -H -s /sbin/nologin -D -G dovecot dovecot
|
||||||
|
|
||||||
RUN addgroup -g 101 dovenull
|
RUN addgroup -g 151 dovenull
|
||||||
RUN adduser -u 91 -h /dev/null -H -s /sbin/nologin -D -G dovenull dovenull
|
RUN adduser -u 141 -h /dev/null -H -s /sbin/nologin -D -G dovenull dovenull
|
||||||
|
|
||||||
RUN addgroup -g 2222 access
|
RUN addgroup -g 2222 access
|
||||||
RUN addgroup dovecot access
|
RUN addgroup dovecot access
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue