1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

traefik: add German translation; update page (#12477)

* traefik: add German translation

* traefik: update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Jonas 2024-03-08 17:30:22 +01:00 committed by GitHub
parent c8ad03b757
commit 70a9d543f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 4 deletions

View file

@ -0,0 +1,20 @@
# traefik
> Ein HTTP-Reverse-Proxy und Load-Balancer.
> Weitere Informationen: <https://traefik.io>.
- Starte den Server mit der Standardkonfiguration:
`traefik`
- Starte den Server mit einer benutzerdefinierten Konfigurationsdatei:
`traefik --ConfigFile {{konfigurationsdatei.toml}}`
- Starte den Server mit aktiviertem Cluster-Modus:
`traefik --cluster`
- Starte den Server mit dem Web-UI:
`traefik --web`

View file

@ -3,15 +3,15 @@
> An HTTP reverse proxy and load balancer.
> More information: <https://traefik.io>.
- Start server with default config:
- Start the server with the default configuration:
`traefik`
- Start server with a custom configuration file:
- Start the server with a custom configuration file:
`traefik --c {{config_file.toml}}`
`traefik --ConfigFile {{config_file.toml}}`
- Start server with cluster mode enabled:
- Start the server with cluster mode enabled:
`traefik --cluster`