From 2d200139a5185a105e10173bdab0432ec721a19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Justen=20=28=40turicas=29?= Date: Sat, 10 Dec 2022 18:54:46 -0300 Subject: [PATCH] Change console port and CMD --- Dockerfile | 3 +-- README.md | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) 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.