chore: update Traefik version in installation scripts

- Updated Traefik version from v3.6.1 to v3.6.7 in both manual installation documentation and install script.

https://github.com/Dokploy/dokploy/issues/3491
This commit is contained in:
Mauricio Siu
2026-01-28 00:18:04 -06:00
parent 29162b8c19
commit a17065863a
3 changed files with 6 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ install_dokploy() {
-p 80:80/tcp \
-p 443:443/tcp \
-p 443:443/udp \
traefik:v3.6.1
traefik:v3.6.7
docker network connect dokploy-network dokploy-traefik
@@ -203,7 +203,7 @@ install_dokploy() {
# --publish mode=host,published=443,target=443 \
# --publish mode=host,published=80,target=80 \
# --publish mode=host,published=443,target=443,protocol=udp \
# traefik:v3.6.1
# traefik:v3.6.7
GREEN="\033[0;32m"
YELLOW="\033[1;33m"

View File

@@ -517,7 +517,7 @@ docker run -d \
-p 80:80/tcp \
-p 443:443/tcp \
-p 443:443/udp \
traefik:v3.6.1
traefik:v3.6.7
docker network connect dokploy-network dokploy-traefik
@@ -535,7 +535,7 @@ docker service create \
--publish mode=host,published=443,target=443 \
--publish mode=host,published=80,target=80 \
--publish mode=host,published=443,target=443,protocol=udp \
traefik:v3.6.1
traefik:v3.6.7
```
### Recreate Dokploy Service

View File

@@ -294,7 +294,7 @@ install_dokploy() {
-p 80:80/tcp \
-p 443:443/tcp \
-p 443:443/udp \
traefik:v3.6.1
traefik:v3.6.7
docker network connect dokploy-network dokploy-traefik
@@ -310,7 +310,7 @@ install_dokploy() {
# --publish mode=host,published=443,target=443 \
# --publish mode=host,published=80,target=80 \
# --publish mode=host,published=443,target=443,protocol=udp \
# traefik:v3.6.1
# traefik:v3.6.7
GREEN="\033[0;32m"
YELLOW="\033[1;33m"