mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Fix SSL support, pointer indirection caused nil buffers
This commit is contained in:
+1
-1
@@ -31,4 +31,4 @@ RUN apt-get remove -y build-essential curl git && \
|
||||
|
||||
EXPOSE 9000 9001
|
||||
|
||||
CMD ["sh", "-c", "${GOPATH}/bin/minio mode memory 2G"]
|
||||
CMD ["sh", "-c", "${GOPATH}/bin/minio server"]
|
||||
|
||||
Reference in New Issue
Block a user