mirror of
https://github.com/h2non/imaginary.git
synced 2025-12-13 20:37:04 +01:00
Fix: Removed deprecated argument from Readme.MD (#430)
8f36a26c44/imaginary.go (L170)
This commit is contained in:
@@ -108,7 +108,7 @@ docker pull h2non/imaginary
|
||||
|
||||
Start the container with optional flags (default listening on port 9000)
|
||||
```
|
||||
docker run -p 9000:9000 h2non/imaginary -cors -gzip
|
||||
docker run -p 9000:9000 h2non/imaginary -cors
|
||||
```
|
||||
|
||||
Start the container enabling remote URL source image processing via GET requests and `url` query param.
|
||||
|
||||
Reference in New Issue
Block a user