mirror of
https://github.com/MarSeventh/CloudFlare-ImgBed.git
synced 2026-01-31 00:53:20 +08:00
12 lines
223 B
YAML
12 lines
223 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
imgbed:
|
|
image: marseventh/cloudflare-imgbed:latest
|
|
ports:
|
|
- "7658:8080"
|
|
volumes:
|
|
- ./wrangler.toml:/app/wrangler.toml
|
|
- ./data:/app/data
|
|
restart: unless-stopped
|