The official Dnote docker image.
- Install Docker.
- Install Docker Compose plugin.
- Download the compose.yml file by running:
curl https://raw.githubusercontent.com/dnote/dnote/master/host/docker/compose.yml > compose.yml
- Run the following to download the images and run the containers
docker compose pull
docker compose up -d
Visit http://localhost:3000 in your browser to see Dnote running.
Please see the installation guide for further configuration.
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.