change USER statement to use the UID

This commit is contained in:
Willy Kloucek
2021-08-12 12:35:26 +02:00
parent 305ef58b73
commit 1468abe4e9
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ ENV GLAUTH_LDAPS_CERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
VOLUME [ "/var/tmp/ocis" ]
WORKDIR /var/tmp/ocis
USER ocis-user
USER 700
EXPOSE 9200/tcp

View File

@@ -40,7 +40,7 @@ ENV GLAUTH_LDAPS_CERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
VOLUME [ "/var/tmp/ocis" ]
WORKDIR /var/tmp/ocis
USER ocis-user
USER 700
EXPOSE 9200/tcp

View File

@@ -40,7 +40,7 @@ ENV GLAUTH_LDAPS_CERT=/var/tmp/ocis/.config/ldap/ldaps.crt \
VOLUME [ "/var/tmp/ocis" ]
WORKDIR /var/tmp/ocis
USER ocis-user
USER 700
EXPOSE 9200/tcp