Skip to content

Commit 14e5a2d

Browse files
committed
@YuryHrytsuk review: add space
1 parent 146e687 commit 14e5a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ services:
895895
PathRegexp(`^/v0/storage/locations/[0-9]+/export-data`) ||
896896
PathRegexp(`^/v0/tasks-legacy/.+`)
897897
# NOTE: the sticky router must have a higher priority than the webserver router but below dy-proxies
898-
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_sticky.priority=7
898+
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_sticky.priority=8
899899
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_sticky.entrypoints=http
900900
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_sticky.service=${SWARM_STACK_NAME}_webserver_sticky
901901
- traefik.http.routers.${SWARM_STACK_NAME}_webserver_sticky.middlewares=${SWARM_STACK_NAME}_gzip@swarm, ${SWARM_STACK_NAME_NO_HYPHEN}_sslheader@swarm, ${SWARM_STACK_NAME}_webserver_retry

0 commit comments

Comments
 (0)