dnote/host/docker
Sung 03889a3d7e
Converge if using same book names while syncing (#694)
* Add healthcheck for Docker

* Prevent nil pointer if endpoint is wrong

* Converge if using same book names while syncing
2025-10-18 16:03:12 -07:00
..
.gitignore Build Docker image (#316) 2019-11-18 16:59:53 +08:00
build.sh Fix rules (#438) 2020-03-29 09:43:42 +11:00
compose.yml Run server on port 3001 (#687) 2025-10-11 12:41:51 -07:00
Dockerfile Converge if using same book names while syncing (#694) 2025-10-18 16:03:12 -07:00
entrypoint.sh Use SQLite on the server (#681) 2025-10-05 17:02:30 -07:00
README.md Run server on port 3001 (#687) 2025-10-11 12:41:51 -07:00
release.sh Build Docker image (#316) 2019-11-18 16:59:53 +08:00

Dnote Docker Image

The official Dnote docker image.

Installing Dnote Server Using Docker

  1. Install Docker.
  2. Install Docker Compose plugin.
  3. Download the compose.yml file by running:
curl https://raw.githubusercontent.com/dnote/dnote/master/host/docker/compose.yml > compose.yml
  1. Run the following to download the images and run the containers
docker compose pull
docker compose up -d

Visit http://localhost:3001 in your browser to see Dnote running.

Please see the installation guide for further configuration.

Supported platform

Currently, the official Docker image for Dnote supports Linux running AMD64 CPU architecture.

If you run ARM64, please install Dnote server by downloading a binary distribution by following the guide.