Skip to content

Commit

Permalink
chore(deployment) : Remove unnecessary exposed port & comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vperron committed Oct 17, 2024
1 parent 8420eed commit d5b5408
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,7 @@ services:
ports:
- 80:80
- 443:443
- 8081:8080
environment:
# - TRAEFIK_API_INSECURE=true
# - TRAEFIK_LOG_LEVEL=debug
- TRAEFIK_PROVIDERS_DOCKER=true
- TRAEFIK_PROVIDERS_DOCKER_EXPOSEDBYDEFAULT=false
- TRAEFIK_ENTRYPOINTS_WEB_ADDRESS=:80
Expand Down

0 comments on commit d5b5408

Please sign in to comment.