Created
April 12, 2020 20:30
-
-
Save varokas/28fcce848858701905a6dfeeb241f647 to your computer and use it in GitHub Desktop.
Caddy as a reverse proxy
This file contains hidden or 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
www.varokas.com | |
reverse_proxy ghost:2368 |
This file contains hidden or 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
version: '3.1' | |
services: | |
caddy: | |
ports: | |
- 80:80 | |
- 443:443 | |
image: caddy/caddy | |
volumes: | |
- ./caddy/data:/data | |
- ./caddy/config/Caddyfile:/etc/caddy/Caddyfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment