From 3cab902752eb0513d0488a19bb02b8cdc3463521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Thu, 30 May 2024 14:36:05 +0200 Subject: [PATCH] chore: make use latest image instead of main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db35d93..ac167d6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A self-hosted online file converter. Supports 831 different formats. Written wit # docker-compose.yml services: convertx: - image: ghcr.io/c4illin/convertx:main + image: ghcr.io/c4illin/convertx ports: - "3000:3000" environment: # Defaults are listed below. All are optional.