chore: make use latest image instead of main

This commit is contained in:
Emrik Östling
2024-05-30 14:36:05 +02:00
committed by GitHub
parent 17f439210a
commit 3cab902752

View File

@@ -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.