Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
blmhemu committed Feb 9, 2024
1 parent 618a897 commit 2eb31b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ FROM dunglas/frankenphp
ARG USER=www-data
RUN adduser -D ${USER}; # Use adduser -D ${USER} for alpine based distros \
RUN useradd -D ${USER}; \
# Use "useradd -D ${USER}" for alpine based distros
# Add additional capability to bind to port 80 and 443
setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/frankenphp; \
# Give write access to /data/caddy and /config/caddy
Expand Down

0 comments on commit 2eb31b1

Please sign in to comment.