Skip to content

Commit

Permalink
refactor: switch to traefik v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 2, 2024
1 parent 931ccfa commit 07be91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lando-proxy/services/proxy/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const getProxy = ({proxyCommand, proxyPassThru, proxyDomain, userConfRoot, versi
return {
services: {
proxy: {
image: 'ghcr.io/automattic/vip-container-images/traefik_openssl:latest',
image: 'ghcr.io/automattic/vip-container-images/traefik3_openssl:latest',
command: proxyCommand.join(' '),
environment: {
LANDO_APP_PROJECT: '_lando_',
Expand Down

0 comments on commit 07be91c

Please sign in to comment.