forked from sim1222-mirror/wrapper
11 lines
194 B
YAML
11 lines
194 B
YAML
services:
|
|
wrapper:
|
|
image: sim1222/wrapper:latest
|
|
build: .
|
|
volumes:
|
|
- ./rootfs/data:/app/rootfs/data
|
|
ports:
|
|
- 10020:10020
|
|
environment:
|
|
- args="-H 0.0.0.0"
|