Skip to content

Commit

Permalink
Merge pull request #90 from samply/refactor/remove-https-upgrade
Browse files Browse the repository at this point in the history
Removed upgrade from http to https
  • Loading branch information
patrickskowronekdkfz authored Apr 15, 2024
2 parents 9689936 + 665b367 commit 21cc6b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ services:
command:
- --entrypoints.web.address=:80
- --entrypoints.websecure.address=:443
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
- --providers.docker=true
- --providers.docker.exposedbydefault=false
- --providers.file.directory=/conf/
- --accesslog=true
ports:
- "80:80"
Expand Down

0 comments on commit 21cc6b2

Please sign in to comment.