Skip to content

Commit

Permalink
fix: remove ping feature (it wasn't fully implemented)
Browse files Browse the repository at this point in the history
Ping was added but not fully implemented.
Might fully implemented later.
  • Loading branch information
abmruman committed Mar 23, 2020
1 parent 27c801d commit d8393e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ services:
- --providers.docker
- --providers.docker.exposedbydefault=false
- --providers.file.filename=/etc/traefik/certs.toml
- --ping
- --api
- --certificatesresolvers.le.acme.caserver=${CA_SERVER}
- --certificatesresolvers.le.acme.email=${EMAIL}
Expand Down

0 comments on commit d8393e1

Please sign in to comment.