diff --git a/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 b/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 index b5cc215ce3..d9def7c806 100644 --- a/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/lodgeit/templates/docker-compose.yaml.j2 @@ -17,7 +17,7 @@ services: volumes: - /var/lib/lodgeit/mariadb:/var/lib/mysql logging: - driver: syslog + driver: journald options: tag: "docker-mariadb" lodgeit: @@ -29,7 +29,7 @@ services: user: "10100:10100" command: ['/bin/bash', '-c', 'echo "*** Starting"; sleep 30; /usr/local/bin/uwsgi'] logging: - driver: syslog + driver: journald options: tag: "docker-lodgeit" environment: