Update docker in-depth setup guide
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Build and Publish Documentation / Doc Process (push) Waiting to run
Build experimental image on branch / build-webui (push) Waiting to run
Build experimental image on branch / Build experimental image on branch (push) Waiting to run

This commit is contained in:
Mateus Devino 2026-02-17 12:38:05 -03:00 committed by GitHub
parent b97d27f7b7
commit b8c30c2b2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ In the same folder as the `dynamic/tls.yaml` file, create a `docker-compose.yaml
```yaml
services:
traefik:
image: traefik:v3.4
image: traefik:v3.6
container_name: traefik
restart: unless-stopped
security_opt:
@ -77,7 +77,6 @@ services:
ports:
- "80:80"
- "443:443"
- "8080:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro