Skip to content

Commit

Permalink
Use high number group ID
Browse files Browse the repository at this point in the history
  • Loading branch information
cezary-marczak committed Jun 21, 2024
1 parent 9586381 commit 7a24614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ HEALTHCHECK --interval=5m --timeout=5s CMD nc -z 127.0.0.1 4822 || exit 1

# Create a new user guacd
ARG UID=1000
ARG GID=1000
ARG GID=10001
RUN groupadd --gid $GID guacd
RUN useradd --system --create-home --shell /sbin/nologin --uid $UID --gid $GID guacd

Expand Down

0 comments on commit 7a24614

Please sign in to comment.