From 57976e4d6d63f55fa63b68e9921063e14ae7fcd8 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 14 Sep 2025 08:29:29 +0200 Subject: [PATCH] fix(campfire): correct port comment from 3000 to 80 in Docker Compose file Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> --- templates/compose/once-campfire.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/once-campfire.yaml b/templates/compose/once-campfire.yaml index ea9a6aecc..601df9fc4 100644 --- a/templates/compose/once-campfire.yaml +++ b/templates/compose/once-campfire.yaml @@ -3,7 +3,7 @@ # category: messaging # tags: campfire,chat,communication,rails,once,basecamp,37signals # logo: svgs/once-campfire.png -# port: 3000 +# port: 80 services: campfire: