From be702354b1cd7e0c48def0bdb0d174613e14cc01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Mendes?= Date: Sun, 16 May 2021 21:29:48 -0400 Subject: [PATCH] Update mariadb to latest I need to know how to protect this. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 58086f0..2cac295 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ version: '3.8' services: web: - image: lwan + image: productionwentdown/lwan db: - image: mariadb + image: 'mariadb:latest' ports: - "3306:3306" environment: