Skip to content

Commit

Permalink
doc: dbとcaddyのバージョン更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarei authored Jan 14, 2024
1 parent 50cea2c commit 10c184a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -388,7 +388,7 @@ services:
- "80"
db:
image: mariadb:10.6.4
image: mariadb:10.11.6
container_name: traq-db
restart: always
environment:
Expand Down

0 comments on commit 10c184a

Please sign in to comment.