Skip to content

Docker Deployment

lyc8503 edited this page Jan 26, 2024 · 1 revision

To deploy this project, you can also use docker.

Procedure:

  1. Clone this project and cd into it
  2. Modify config file, for more info: https://github.com/lyc8503/onedrive-cf-index-ng/wiki/Configurations
  3. Run docker build -t YOUR_TAG .
  4. Run docker run -d -p 8788:8788 YOUR_TAG
Clone this wiki locally