You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/docker-deploy/docker-pad.md
+53-49Lines changed: 53 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,67 +289,71 @@ To configure Nginx, perform the following steps:
289
289
290
290
This configuration exposes only port 80 publicly while acting as a proxy to your app on the internal port 8080.
291
291
292
-
### Traefik Configuration
292
+
### Configuring Traefik
293
293
294
-
To set up Traefik as a reverse proxy for your app running in a Docker container, use Docker Compose for simplicity. This configuration exposes Traefik on ports 80/8080, automatically discovers your app container via labels, and routes traffic to it.
295
-
Traefik uses two networks: frontend (public) and backend (internal). Add Traefik labels to the app service.
294
+
To simplify setting up Traefik as a reverse proxy for your app running in a Docker container, use Docker Compose. This configuration exposes Traefik on ports `80/8080`, automatically discovers your app container through labels, and routes traffic to it.
0 commit comments