added log_driver: journald

This commit is contained in:
2020-12-31 15:50:05 +01:00
parent 4a78089ffc
commit 8d4878d299
7 changed files with 14 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
application:
image: nextcloud
restart: always
log_driver: journald
links:
- database
volumes:
@@ -25,6 +26,7 @@
MYSQL_PASSWORD: "{{nextcloud_database_password}}"
MYSQL_HOST: database:3306
database:
log_driver: journald
image: mariadb
environment:
MYSQL_DATABASE: "nextcloud"