diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..edc55ce --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "snyk.advanced.autoSelectOrganization": true +} \ No newline at end of file diff --git a/README.md b/README.md index cbc74b9..4c91c2a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ version: '3.8' services: api: - image: ghcr.io/loficafe-zx/convert-heic-to-jpg-api:master + image: gitea.loficafe.app/geonizeli/convert-heic-to-jpg-api:master ports: - "5000:5000" restart: unless-stopped