mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 21:52:01 +08:00
13 lines
237 B
YAML
13 lines
237 B
YAML
version: '3'
|
|
|
|
services:
|
|
webp:
|
|
image: webpsh/webp-server-go
|
|
restart: always
|
|
environment:
|
|
- MALLOC_ARENA_MAX=1
|
|
volumes:
|
|
- ./pics:/opt/pics
|
|
- ./exhaust:/opt/exhaust
|
|
ports:
|
|
- 127.0.0.1:3333:3333 |