Skip to content

Commit

Permalink
Merge pull request #8 from jelastic-jps/JE-67057
Browse files Browse the repository at this point in the history
JE-67057 [Minio] The variable MINIO_SERVER_URL is not defined
  • Loading branch information
lazarenkoalexey authored Sep 4, 2023
2 parents be26a83 + 44741ae commit fbbd5ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifest.jps
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ onInstall:
jem service stop
rm -rf /${globals.exportPath}/.minio.sys
user: root
- cmd[cp]: |-
echo "MINIO_SERVER_URL=${env.protocol}://${env.domain}" >> /etc/default/minio
echo "MINIO_BROWSER_REDIRECT_URL=${env.protocol}://${env.domain}:4949" >> /etc/default/minio
- build-cluster
- restartContainers [cp]

Expand Down

0 comments on commit fbbd5ab

Please sign in to comment.