Raise version.

Explicitly set docker logging.
This commit is contained in:
tecnovert
2021-02-15 16:36:30 +02:00
parent 5beb1d17b9
commit b6ece37a8d
3 changed files with 31 additions and 1 deletions

View File

@@ -12,6 +12,11 @@ services:
- "${HTML_PORT}" # Expose only to localhost, see .env
environment:
- TZ
logging:
driver: "local"
options:
max-size: "10m"
max-file: "5"
volumes:
coindata: