From e2da6ba41fddd38490ccb2e6be50f3d0ef7e1537 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 26 Jul 2021 14:02:17 +0200 Subject: [PATCH] Update image location Signed-off-by: Knut Ahlers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 480afce..7041a1d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Usage - Start the container at a trusted location: -`docker run -d -p 3000:3000 -v /data/tex-api:/storage quay.io/luzifer/tex-api` +`docker run -d -p 3000:3000 -v /data/tex-api:/storage luzifer/tex-api` - Compile a ZIP file, send it to the API and get the result: ```bash