certbot: change user and group

This commit is contained in:
Starbeamrainbowlabs 2020-11-29 17:02:06 +00:00
parent 68264b658c
commit 8199d07434
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 2 additions and 2 deletions

View File

@ -42,4 +42,4 @@ UID | GID | Container | Notes
70 | 70 | etherpad |
80 | 80 | serve | Static HTTP Server based on Node.js
90 | 90 | jellyfin |
2000 | 2000 | certbot |
999 | 994 | certbot | The same user & group as fabio, because file permissions

View File

@ -25,7 +25,7 @@ RUN . bin/activate \
VOLUME /srv/configdir /srv/workdir /srv/logsdir
USER 2000:2000
USER 999:994
ENTRYPOINT [ "/usr/bin/certbot", \
"--config-dir", "/srv/configdir", \
"--work-dir", "/srv/workdir", \