From bf86124e1703216d1752334430b13322f2196cd1 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Fri, 8 Aug 2025 17:58:47 +0200 Subject: [PATCH] nitpicking --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 018eed8..8c8786f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,4 +4,4 @@ services: image: ghcr.io/csehviktor/pastebin:main restart: unless-stopped ports: - - 3000:3000 + - "3000:3000"