From e90b2ee70b7189e9ed55310c405ae2af5f7d9ae5 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Fri, 14 Aug 2020 07:52:53 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da1e904..c645490 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Added deletion capability to selfhost Docker Registry. [Issue-580](https://github.com/caprover/caprover/issues/580) - Change one-click app schema to be more compatible with Docker compose. [Issue-786](https://github.com/caprover/caprover/issues/786) +- Added hostname support for one-click apps which was necessary for some apps. [Issue-404](https://github.com/caprover/caprover/issues/404) - Added ability to override docker service configs that are not present in CapRover (read-only volumes, CPU/RAM limitation and reservation and many more. [See docs](https://caprover.com/docs/service-update-override.html) - Allow logs timestamp to be disabled for services. [Issue-602](https://github.com/caprover/caprover/issues/602) - Added --advertise-addr for Docker swarm join. [Issue-572](https://github.com/caprover/caprover/issues/572)