Skip to content

Commit

Permalink
Bring in upstream fix from humanmade/altis-local-server#205
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamwhite committed Aug 20, 2020
1 parent c80edbc commit 7532377
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 @@ -101,7 +101,7 @@ services:
- "traefik.port=8080"
- "traefik.protocol=https"
- "traefik.docker.network=proxy"
- "traefik.frontend.rule=HostRegexp:${HTTP_HOST:-default},{subdomain:[a-z.-_]+}.${HTTP_HOST:-default}"
- "traefik.frontend.rule=HostRegexp:${HTTP_HOST:-default},{subdomain:[a-z._-]+}.${HTTP_HOST:-default}"
xray:
image: amazon/aws-xray-daemon:3.0.1
ports:
Expand Down

0 comments on commit 7532377

Please sign in to comment.