mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Merge pull request #1202 from lnobach/master
docker: pin spreedbackend uid and add user group
This commit is contained in:
commit
81fe82eb98
2 changed files with 4 additions and 2 deletions
|
|
@ -12,7 +12,8 @@ RUN touch /.dockerenv && \
|
|||
FROM alpine:3
|
||||
|
||||
ENV CONFIG=/config/proxy.conf
|
||||
RUN adduser -D -S -H spreedbackend && \
|
||||
RUN addgroup -g 850 spreedbackend && \
|
||||
adduser -D --uid 850 -S -H -G spreedbackend spreedbackend && \
|
||||
apk add --no-cache bash tzdata ca-certificates su-exec
|
||||
|
||||
COPY --from=builder /workdir/bin/proxy /usr/bin/nextcloud-spreed-signaling-proxy
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@ RUN touch /.dockerenv && \
|
|||
FROM alpine:3
|
||||
|
||||
ENV CONFIG=/config/server.conf
|
||||
RUN adduser -D -S -H spreedbackend && \
|
||||
RUN addgroup -g 850 spreedbackend && \
|
||||
adduser -D --uid 850 -S -H -G spreedbackend spreedbackend && \
|
||||
apk add --no-cache bash tzdata ca-certificates su-exec
|
||||
|
||||
COPY --from=builder /workdir/bin/signaling /usr/bin/nextcloud-spreed-signaling
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue