chore: make use latest image instead of main
This commit is contained in:
parent
17f439210a
commit
3cab902752
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue