From 57639a585db520bb82454f27316af20267fcd672 Mon Sep 17 00:00:00 2001 From: Joao Victor Date: Tue, 7 Apr 2026 09:08:28 -0300 Subject: [PATCH] update README.md --- .vscode/settings.json | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json 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