Re-added data volume to caddy deployment (needed to avoid cert rate limit)

This commit is contained in:
2025-01-20 18:04:42 +00:00
parent 1a9f240b14
commit b9007cd41e

View File

@@ -26,7 +26,11 @@ services:
- "80:80" - "80:80"
- "443:443" - "443:443"
volumes: volumes:
- caddy_data:/data
- ./caddy:/etc/caddy - ./caddy:/etc/caddy
restart: unless-stopped restart: unless-stopped
labels: labels:
- "io.containers.autoupdate=registry" - "io.containers.autoupdate=registry"
volumes:
caddy_data: