Skip to content

Commit

Permalink
chore: fix traefik port label
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Nov 13, 2024
1 parent d234d0a commit a89d64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/atlassian-jira-confluence/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
# - traefik.enable=true
# - traefik.docker.network=atlassian-network
# - traefik.http.routers.confluence.rule=Host(`confluence.example.com`)
# - traefik.http.services.confluence.loadbalancer.server.port=8080
# - traefik.http.services.confluence.loadbalancer.server.port=8090
# # Optional part for file upload max sizes
# - traefik.http.middlewares.limit.buffering.maxRequestBodyBytes=50000000
# - traefik.http.middlewares.limit.buffering.maxResponseBodyBytes=50000000
Expand Down

0 comments on commit a89d64a

Please sign in to comment.