diff --git a/README.md b/README.md
index 802614fd171bc519c172b5911b810b6d4baf147b..c1fdcfc1fbc7822edca0c28b4d30bc344aa42b96 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,12 @@ This is not meant for any actual monitoring or diagnostics, only an experiment i
 
 ## Deployment
 
-### x86_64
+### Pre-built images
+
+Tag | Explanation
+----|------------
+proxy | Use this image if you are using a reverse proxy
+port | Use this image if you want to access d-zone via `IP:PORT`
 
 ```docker-compose.yml
   d-zone:
@@ -34,11 +39,11 @@ This is not meant for any actual monitoring or diagnostics, only an experiment i
     environment:
       - TOKEN=<YOUR_BOT_TOKEN_HERE>
       - TZ=Europe/Berlin
-      - PUID=1000  #User ID
-      - PGID=1000  #Group ID
-    ports:
-      - 3000:3000
-```
+      - PUID=1000  # User ID
+      - PGID=1000  # Group ID
+    ports:         # Only specify a port mapping when
+      - 3000:3000  # using the port tag
+      ```
 
 ### Raspberry Pi & building the image yourself