Skip to content

Commit

Permalink
Update docker-compose-command-config.yml
Browse files Browse the repository at this point in the history
remove unnecessary default commands
  • Loading branch information
l4rm4nd authored Jan 24, 2024
1 parent f06000d commit 8a0f235
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/traefik/docker-compose-command-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ services:
image: traefik:2.10
container_name: traefik
command:
- --global.checkNewVersion=true # check for updates
- --global.sendAnonymousUsage=false # do not send anonymous statistics
- --providers.docker=true # enable docker provider
- --providers.docker.network=proxy # define default network to monitor for docker provider
- --providers.docker.exposedbydefault=false # do not expose docker hosts per default
- --providers.docker.swarmModeRefreshSeconds=15s # defeine swarm mode fresh seconds
- --providers.providersThrottleDuration=2s # define throttle duration
- --providers.file.watch=true # monitor file provider for changes
- --providers.file.filename=/etc/traefik/fileConfig.yml # location of the dynamic configuration
- --entrypoints.http.address=:80 # entrypoint for unencrypted http
Expand Down

0 comments on commit 8a0f235

Please sign in to comment.