add docker-compose.yaml
This commit is contained in:
parent
6112de5e99
commit
54864a1edf
|
@ -0,0 +1,14 @@
|
||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
proxyraye:
|
||||||
|
|
||||||
|
# image: lamacchinadesiderante/proxyraye:latest
|
||||||
|
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
build: .
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- "8069:3000"
|
Loading…
Reference in New Issue