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 @@
project_name: wordpress
definition:
application:
log_driver: journald
image: wordpress
restart: always
ports:
@@ -27,6 +28,7 @@
volumes:
- wordpress-data:/var/www/html
database:
log_driver: journald
image: mariadb
restart: always
environment: