Skip to content

Commit

Permalink
updated folders and compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Feb 19, 2024
1 parent c2b5312 commit ca1b5cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose/traefik/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
# external: true
services:
traefik:
image: traefik:v2.10.4
image: traefik:v2.10.5
container_name: traefik
ports:
- 80:80
- 443:443
# -- (Optional) Enable Dashboard, don't do in production
# - 8080:8080
volumes:
- ./config:/etc/traefik
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./config/traefik.yaml:/etc/traefik/traefik.yaml:ro
- ./config/conf/:/etc/traefik/conf/
- ./config/certs/:/etc/traefik/certs/
# -- (Optional) When using Cloudflare as Cert Resolver
# environment:
# - CF_DNS_API_TOKEN=your-cloudflare-api-token
Expand Down

0 comments on commit ca1b5cf

Please sign in to comment.