Skip to content

Commit

Permalink
Update docker-compose.production.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Jan 14, 2025
1 parent e1a96bc commit cd07fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ services:
traefik.http.services.minio-console-service.loadbalancer.server.port: 8900

traefik.http.routers.minio.rule: Host(`${APP_DOMAIN}`) || Host(`localhost`)
traefik.http.routers.minio.entryPoints: app,app-secure
traefik.http.routers.minio.entryPoints: minio
traefik.http.routers.minio.service: minio-service
traefik.http.routers.minio.middlewares: "minio-retry,minio-compress"
traefik.http.services.minio-service.loadbalancer.server.port: 9000
Expand Down

0 comments on commit cd07fba

Please sign in to comment.