change USER statement to use the UID

This commit is contained in:
Willy Kloucek committed 2021-08-12 15:11:48 +02:00
1 parent 305ef58b73
commit 1468abe4e9
3 files changed
+3 -3

No files matched your search

+1 -1
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
+1 -1
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
+1 -1
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