mirror of
https://github.com/minoplhy/chibisafe-netproxy.git
synced 2024-11-22 03:27:08 +00:00
12 lines
150 B
YAML
12 lines
150 B
YAML
|
version: '3.8'
|
||
|
|
||
|
services:
|
||
|
app:
|
||
|
build: .
|
||
|
ports:
|
||
|
- "4040:4040"
|
||
|
volumes:
|
||
|
- .:/app
|
||
|
environment:
|
||
|
- CHIBISAFE_BASEPATH=
|