1
0
mirror of https://github.com/Luzifer/tex-api.git synced 2024-09-19 01:22:57 +00:00

Update image location

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-07-26 14:02:17 +02:00
parent ee53080ceb
commit e2da6ba41f
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -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