Created
September 26, 2023 12:30
-
-
Save shivanshtalwar0/de98d5cfeb11c4d2fddb8f42b954ff0f to your computer and use it in GitHub Desktop.
caddy_docker_compose.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
caddy: | |
image: caddy:2.7.4 | |
restart: always | |
volumes: | |
- caddy_data:/data | |
- ./Caddyfile:/etc/caddy/Caddyfile | |
ports: | |
- 80:80 | |
- 443:443 | |
volumes: | |
caddy_data: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment