mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-30 00:01:07 +00:00
added log_driver: journald
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user