Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

39 lines (30 loc) · 1.17 KB

Changelog

All notable changes to luisaveiro/docker-reverse-proxy will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[v1.0.0] 2023-06-18

Added

  • Caddy REST API port is included and configured in the Docker Compose file.

Changed

  • Updated Docker Compose file to allow better customisation with environment variables.
  • Update DotEnv example file formatting.

[v0.2.0] 2022-10-12

Added

  • TLS configuration in Caddyfile example file to enable Caddy HTTPS support.
  • Developer-friendly comments for environment variables in the DotEnv example file.
  • "Trusting Caddy certificate authority" steps in Readme.

Changed

  • Renamed Docker Compose file to follow compose specifications.
  • Readme to adopt Compose V2 specifications.

[v0.1.2] 2022-05-03

Fixed

  • Connection refuse when triggering the caddy reload command.

[v0.1.1] 2021-12-13

Fixed

  • Docker Compose not creating volumes.

[v0.1.0] - 2021-12-01

Added

  • Docker Compose YAML file.
  • Caddyfile example file.
  • DotEnv example file.