From 10c184acf68b3ff202010d8a6ab3724023443f94 Mon Sep 17 00:00:00 2001 From: Nagarei Date: Sun, 14 Jan 2024 18:33:50 +0900 Subject: [PATCH] =?UTF-8?q?doc:=20db=E3=81=A8caddy=E3=81=AE=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment.md b/docs/deployment.md index 76eb89948..e8e29ad45 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -340,7 +340,7 @@ version: '3' services: reverse-proxy: - image: caddy:latest + image: caddy:2.7.5-alpine container_name: traq-reverse-proxy restart: always ports: @@ -388,7 +388,7 @@ services: - "80" db: - image: mariadb:10.6.4 + image: mariadb:10.11.6 container_name: traq-db restart: always environment: