We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9cca7d commit 8145109Copy full SHA for 8145109
README.md
@@ -40,7 +40,7 @@ The WordPress stack consist of the following containers:
40
| [XHProf viewer] | latest | [wodby/xhprof] | ✓ | |
41
| Adminer | 5 | [wodby/adminer] | ✓ | |
42
| phpMyAdmin | latest | [phpmyadmin/phpmyadmin] | | |
43
-| Traefik | latest | [_/traefik] | ✓ | ✓ |
+| Traefik | 3 | [_/traefik] | ✓ | ✓ |
44
45
## Documentation
46
compose.yml
@@ -219,7 +219,7 @@ services:
219
# - "traefik.http.routers.${PROJECT_NAME}_xhprof.rule=Host(`xhprof.${PROJECT_BASE_URL}`)"
220
221
traefik:
222
- image: traefik:v2.0
+ image: traefik:v3
223
container_name: "${PROJECT_NAME}_traefik"
224
command: --api.insecure=true --providers.docker
225
ports:
0 commit comments