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 Dec 18, 2023
1 parent ff1edd0 commit a391389
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 @@ -183,7 +183,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 a391389

Please sign in to comment.