Created
May 8, 2024 14:53
-
-
Save gijigae/45b26f6a0db9088534e78c4db62c386a to your computer and use it in GitHub Desktop.
Install Dify with UPLOAD_FILE_SIZE_LIMIT 60M
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Install Docker | |
| curl -fsSL https://get.docker.com -o install-docker.sh | |
| sh install-docker.sh | |
| # Clone the GitHub repository | |
| git clone https://github.com/gijigae/dify.git | |
| # Navigate to the desired directory | |
| cd dify/docker | |
| # Run Docker Compose | |
| docker compose up -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment