Skip to content

Commit

Permalink
Try this as a possible fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca committed May 31, 2023
1 parent 7b49cbd commit 2fd22e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ EOF
}

defaultCommand() {
groupmod --gid "${USER_GID}" 'www-data'
usermod --gid "${USER_GID}" --uid "${USER_ID}" 'www-data'
groupmod --gid "${USER_GID}" 'www-data' || true
usermod --gid "${USER_GID}" --uid "${USER_ID}" 'www-data' || true

apache2-foreground
}
Expand Down

0 comments on commit 2fd22e2

Please sign in to comment.