From fb982e27057fd85180a59d9f3e99d792f82537e9 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Fri, 8 Aug 2025 17:56:16 +0200 Subject: [PATCH] update compose.yml --- compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index dfb8827..018eed8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,7 @@ services: pastebin: container_name: pastebin - image: ghcr.io/csehviktor/pastebin:latest + image: ghcr.io/csehviktor/pastebin:main + restart: unless-stopped ports: - - "3000:3000" + - 3000:3000