Skip to content

Commit

Permalink
Update traefik.yml
Browse files Browse the repository at this point in the history
remove unnecessary swarm default option
  • Loading branch information
l4rm4nd authored Jan 13, 2024
1 parent 583bfdc commit 41eec50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/traefik/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ providers:
network: proxy # Add Your Docker Network Name Here
# Default host rule to containername.domain.example
defaultRule: "Host(`{{ index .Labels \"com.docker.compose.service\"}}.example.com`)" # change 'example.com' to your proxy domain
swarmModeRefreshSeconds: 15s
exposedByDefault: false

# Use letsencrypt to generate ssl certificates
Expand Down

0 comments on commit 41eec50

Please sign in to comment.