From fe5a559c1853e0173af777a45563499fc99ed4b5 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 7 Jan 2025 10:11:00 -0500 Subject: [PATCH] forgot ports --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index adb719c..02cd0b6 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ services: # Optional, for custom banners and home.html - ./4get/banner:/var/www/html/4get/banner - ./4get/template/home.html:/var/www/html/4get/template/home.html + ports: + - '6969:6969' ``` There's some startup verbose when running ```docker compose logs```.