initial commit
This commit is contained in:
9
external-proxy/opencloud.yml
Normal file
9
external-proxy/opencloud.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
services:
|
||||
opencloud:
|
||||
environment:
|
||||
# bind to all interfaces
|
||||
PROXY_HTTP_ADDR: "0.0.0.0:9200"
|
||||
ports:
|
||||
# expose the opencloud server
|
||||
- "9200:9200"
|
||||
Reference in New Issue
Block a user