diff --git a/Dockerfile b/Dockerfile index d59e1cc..aac4834 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +11,4 @@ RUN mkdir -p /home/dokku/data WORKDIR /app ADD nginx.conf.sigil . -# Run the server and point to the created directory -CMD ["server", "/home/dokku/data"] +CMD ["minio", "server", "/home/dokku/data", "--console-address", ":9001"] diff --git a/README.md b/README.md index 3fdba26..206be6b 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ First add the correct port mapping for this project as defined in the parent ```bash dokku proxy:ports-add minio http:80:9000 +dokku proxy:ports-add minio https:443:9000 +dokku proxy:ports-add minio https:9001:9001 ``` Next remove the proxy mapping added by Dokku.