|
@@ -15,10 +15,10 @@ services:
|
|
|
- ./data/certs/:/var/traefik/certs/:rw
|
|
- ./data/certs/:/var/traefik/certs/:rw
|
|
|
- ./config/conf.d/:/etc/traefik/conf.d/:ro
|
|
- ./config/conf.d/:/etc/traefik/conf.d/:ro
|
|
|
environment:
|
|
environment:
|
|
|
- - CF_DNS_API_TOKEN=your-cloudflare-api-token # <-- Change this to your Cloudflare API Token
|
|
|
|
|
|
|
+ - CF_DNS_API_TOKEN=your-cloudflare-api-token # <-- Change this to your Cloudflare API Token
|
|
|
networks:
|
|
networks:
|
|
|
- frontend
|
|
- frontend
|
|
|
restart: unless-stopped
|
|
restart: unless-stopped
|
|
|
networks:
|
|
networks:
|
|
|
frontend:
|
|
frontend:
|
|
|
- external: true # <-- (Optional) Change this to false if you want to create a new network
|
|
|
|
|
|
|
+ external: true # <-- (Optional) Change this to false if you want to create a new network
|