13 lines
216 B
YAML
13 lines
216 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
image: ghcr.io/minoplhy/chibisafe-netproxy:latest
|
|
ports:
|
|
- "4040:4040"
|
|
volumes:
|
|
- .:/app
|
|
environment:
|
|
- CHIBISAFE_BASEPATH=
|
|
- MAX_UPLOAD_SIZE=
|