certbot: change user and group
This commit is contained in:
parent
68264b658c
commit
8199d07434
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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", \
|
||||
|
|
Loading…
Reference in a new issue