mirror of
https://github.com/dnote/dnote
synced 2026-03-14 14:35:50 +01:00
* Fix network * Fix migrations for table that no longer exist * Document changed behavior |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| build.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| README.md | ||
| release.sh | ||
Dnote Docker Image
The official Dnote docker image.
Installing Dnote Server Using Docker
- Install Docker.
- Install Docker Compose.
- Download the docker-compose.yml file by running:
curl https://raw.githubusercontent.com/dnote/dnote/master/host/docker/docker-compose.yml > docker-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.