Skip to content

Commit

Permalink
give abc docker socket access
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall authored Oct 7, 2023
1 parent 4a661fc commit 06b2a90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM ghcr.io/linuxserver/nginx:latest@sha256:419b2e21873c8fd3144f9c8afa478715574
# Install custom packages.
RUN apk add --update nodejs npm \
&& npm install -g terser \
&& apk add gzip
&& apk add gzip \
&& addgroup -g 281 docker \
&& usermod -aG docker abc

LABEL org.opencontainers.image.source = "https://github.com/Notifiarr/nginx"

0 comments on commit 06b2a90

Please sign in to comment.