Skip to content

Instantly share code, notes, and snippets.

@gijigae
Created May 8, 2024 14:53
Show Gist options
  • Select an option

  • Save gijigae/45b26f6a0db9088534e78c4db62c386a to your computer and use it in GitHub Desktop.

Select an option

Save gijigae/45b26f6a0db9088534e78c4db62c386a to your computer and use it in GitHub Desktop.
Install Dify with UPLOAD_FILE_SIZE_LIMIT 60M
#!/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