Skip to content

Commit

Permalink
Merge pull request #205 from humanmade/fix-regex
Browse files Browse the repository at this point in the history
Fix incorrect regular expression to permit hyphenated-subdomains
  • Loading branch information
rmccue authored Aug 20, 2020
2 parents 0a7125c + 6c3af7f commit 9350ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
- "traefik.port=8080"
- "traefik.protocol=https"
- "traefik.docker.network=proxy"
- "traefik.frontend.rule=HostRegexp:${COMPOSE_PROJECT_NAME:-default}.altis.dev,{subdomain:[a-z.-_]+}.${COMPOSE_PROJECT_NAME:-default}.altis.dev"
- "traefik.frontend.rule=HostRegexp:${COMPOSE_PROJECT_NAME:-default}.altis.dev,{subdomain:[a-z._-]+}.${COMPOSE_PROJECT_NAME:-default}.altis.dev"
xray:
image: amazon/aws-xray-daemon:3.0.1
ports:
Expand Down

0 comments on commit 9350ea3

Please sign in to comment.