Files
MIND/docker-compose.yml
Casvt d1d39a94ff V1.0.1 (#30)
* Update README.md

* Update README.md

* Fixed problem with docker volume mount location

* Updated docker compose with new volume mount location

* Fixed folder creation for db file

* Added support for cross-timezone clients

* Fixed database test

Co-authored-by: Noted <57927413+ItsNoted@users.noreply.github.com>
2023-01-24 15:33:16 +01:00

12 lines
248 B
YAML

version: '3.3'
services:
noted:
container_name: noted
volumes:
- 'noted-db:/app/db'
environment:
- TZ=Europe/Amsterdam
ports:
- '8080:8080'
image: 'mrcas/noted:latest'