mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Raise version.
Explicitly set docker logging.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user