mirror of
https://github.com/h2non/imaginary.git
synced 2025-12-13 20:37:04 +01:00
feat: add docker-compose.yml
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
imaginary:
|
||||
image: h2non/imaginary
|
||||
ports:
|
||||
- "8088:8088"
|
||||
environment:
|
||||
- PORT=8088
|
||||
command: -concurrency 50 -enable-url-source
|
||||
|
||||
Reference in New Issue
Block a user