diff --git a/Dockerfile b/Dockerfile
index 8e789a7b6f4147debe6d666186f51f9627bf61da..6916cabc06f61883fe6bd5a82206b2ff9c63cbb2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,4 +2,6 @@ FROM alpine
 MAINTAINER Philipp C. Heckel <philipp.heckel@gmail.com>
 
 COPY ntfy /usr/bin
+
+EXPOSE 80/tcp
 ENTRYPOINT ["ntfy"]
diff --git a/docs/install.md b/docs/install.md
index 04d69bb88e9e19a5975b79e60470a898817b3dec..1f02fc33c609cd93d5c2c0e5c6a3fdb9bd464700 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -152,7 +152,6 @@ cd ntfysh-bin
 makepkg -si
 ```
 
-
 ## Docker
 The [ntfy image](https://hub.docker.com/r/binwiederhier/ntfy) is available for amd64, armv7 and arm64. It should be pretty
 straight forward to use.
diff --git a/docs/releases.md b/docs/releases.md
index 2cc9efbefa7db8182d29ea67990705f83353dee5..bd315feb35e060bd9ce7c6c6aa0f731c0cb9336c 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -39,6 +39,17 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
 * Many thanks to [@cmeis](https://github.com/cmeis), [@Fallenbagel](https://github.com/Fallenbagel), [@Joeharrison94](https://github.com/Joeharrison94),
   and [@rogeliodh](https://github.com/rogeliodh) for input on the new attachment logic, and for testing the release
 
+
+## ntfy server v1.20.0 (UNRELEASED)
+
+**Bugs:**
+
+* Added `EXPOSE 80/tcp` to Dockerfile to support auto-discovery in [Traefik](https://traefik.io/) ([#195](https://github.com/binwiederhier/ntfy/issues/195), thanks to [@RasHas](https://github.com/RasHas))
+
+**Documentation:**
+
+* Added docker-compose example to [install instructions](install.md#docker) ([#194](https://github.com/binwiederhier/ntfy/pull/194), thanks to [@RasHas](https://github.com/RasHas))
+
 -->
 
 ## ntfy server v1.19.0