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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ A self-hosted online file converter. Supports 831 different formats. Written wit
# docker-compose.yml # docker-compose.yml
services: services:
convertx: convertx:
image: ghcr.io/c4illin/convertx:main image: ghcr.io/c4illin/convertx
ports: ports:
- "3000:3000" - "3000:3000"
environment: # Defaults are listed below. All are optional. environment: # Defaults are listed below. All are optional.