added time volume to docker-compose

This commit is contained in:
Natan Keddem
2023-11-04 00:00:47 -04:00
parent 23597a8d05
commit 207cd5d3b8

View File

@@ -6,6 +6,7 @@ services:
ports:
- 8080:8080
volumes:
- /etc/localtime:/etc/localtime:ro
- ~/path/to/data:/app/data
- ~/path/to/logs:/app/logs
environment: