dnote/host/docker/README.md
Sung Won Cho 48d7af483c
Release 0.4.0 (#386)
* Document changes

* Update README

* Make Docker installation official
2020-01-08 15:46:58 +10:00

790 B

Dnote Docker Image

The official Dnote docker image.

Installing Dnote Server Using Docker

  1. Install Docker.
  2. Install Docker Compose.
  3. Download the docker-compose.yml file by running:
curl https://raw.githubusercontent.com/dnote/dnote/master/host/docker/docker-compose.yml > docker-compose.yml
  1. 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.