🎉 Caddy Server is Running!

✓ Your dockerized Caddy web server is successfully serving files

Server Information

Document Root: /srv/www

Server: Caddy (Dockerized)

Port: 80 (HTTP), 443 (HTTPS)

Quick Start

To add more files to serve:

  1. Place your files in code/srv/www/ on the host
  2. They will be automatically available through Caddy
  3. Directory browsing is enabled for easy file navigation

Docker Commands

Start the server:

cd code/caddy && docker-compose up -d

Stop the server:

cd code/caddy && docker-compose down

View logs:

cd code/caddy && docker-compose logs -f