Update lucky version to 2.6.1 (#380)

1. 修复了历史记录中未显示DDNS Webhook的bug。
2. 将DDNS Webhook和全局Webhook的历史记录分开。
3. 修复了禁用STUN模块后再启用时规则列表不显示的bug。
4. STUN功能增加了指定UPnP网关参数。
5. 将STUN Webhook和全局Webhook的历史记录分开。
6. 修复了调用OpenAPI时崩溃的bug。
7. 在DDNS和ACME服务商中添加了FreeMyIP
This commit is contained in:
leeson 2024-01-14 10:54:14 +08:00 committed by GitHub
parent ba3b309f9b
commit ac99852b2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
resources: resources:
reservations: reservations:
memory: 64M memory: 64M
image: gdy666/lucky:2.5.3 image: gdy666/lucky:2.6.2
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- type: bind - type: bind