Updated docker compose with new volume mount location

This commit is contained in:
CasVT
2023-01-22 18:40:25 +01:00
parent 2559436108
commit a5722aeb38

View File

@@ -3,7 +3,7 @@ services:
noted:
container_name: noted
volumes:
- 'noted-db:/app'
- 'noted-db:/app/db'
environment:
- TZ=Europe/Amsterdam
ports: