Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
include cloudflare api token line, commented out
  • Loading branch information
SimmerV authored Nov 22, 2024
1 parent 48d1edb commit b5c0a65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ services:
restart: always

caddy:
image: caddy:latest
build:
context: .
dockerfile: Dockerfile.caddy
ports:
- 80:80
- 443:443
Expand All @@ -52,6 +54,7 @@ services:
- ./public/images:/srv/images
environment:
- CADDY_AGREE=true
#- CLOUDFLARE_API_TOKEN=
restart: always
depends_on:
- meshinfo
Expand Down

0 comments on commit b5c0a65

Please sign in to comment.