Skip to content

Commit

Permalink
Set local development to HTTP localhost by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Aug 13, 2024
1 parent 6cf01ed commit a1cba26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.laravel.rule=HostRegexp(`localhost`)"
- "traefik.http.routers.laravel.entrypoints=websecure"
- "traefik.http.routers.laravel.tls=true"
- "traefik.http.routers.laravel.entrypoints=web"
- "traefik.http.services.laravel.loadbalancer.server.port=8080"
- "traefik.http.services.laravel.loadbalancer.server.scheme=http"

Expand Down

0 comments on commit a1cba26

Please sign in to comment.