Merge pull request #615 from ArticaDev/main

fix: changing umami image URL to get latest version
This commit is contained in:
Andras Bacsai 2022-09-11 13:54:11 +02:00 committed by GitHub
commit 24e77a5211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ export const supportedServiceTypesAndVersions = [
{
name: 'umami',
fancyName: 'Umami',
baseImage: 'ghcr.io/mikecao/umami',
baseImage: 'ghcr.io/umami-software/umami',
images: ['postgres:12-alpine'],
versions: ['postgresql-latest'],
recommendedVersion: 'postgresql-latest',