Skip to content

Commit

Permalink
docker(traefik): Update traefik image version to always use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jan 23, 2024
1 parent 7ad5ad8 commit dfd2b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
- 3000:3000
command: sh -c "yarn scss && yarn start"
traefik:
image: traefik:v2.4
image: traefik:latest
command:
- "--api.insecure=true"
- "--providers.docker=true"
Expand Down

0 comments on commit dfd2b37

Please sign in to comment.