fix: docker-compose中没有说明watchtower启用
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 1m23s

This commit is contained in:
jackfiled 2024-07-20 17:12:12 +08:00
parent 938539baca
commit cfcd920e73
3 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"Blog": {
"Root": "source",
"Author": "Ricardo Ren",
"Announcement": "堂!堂!开!始!",
"Announcement": "博客锐意装修中,敬请期待!测试阶段如有问题还请海涵。",
"StartYear": 2021,
"ProjectName": "Blog",
"BannerImage": "images/banner.png",

View File

@ -10,3 +10,4 @@ services:
- "traefik.http.services.blog.loadbalancer.server.port=8080"
- "traefik.http.routers.blog.tls=true"
- "traefik.http.routers.blog.tls.certresolver=myresolver"
- "com.centurylinklabs.watchtower.enable=true"

View File

@ -1,5 +1,6 @@
---
title: 日用Linux挑战第五篇 ArchLinux标准安装流程
date: 2024-7-16 20:08:37
tags:
- Linux
- 技术笔记