mirror of
https://github.com/minoplhy/chibisafe-netproxy.git
synced 2024-11-21 19:17:02 +00:00
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=
|