Modify Files
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
---
|
||||
# only expose the ports when you know what you are doing!
|
||||
services:
|
||||
opencloud:
|
||||
environment:
|
||||
environment:
|
||||
# bind to all interfaces
|
||||
PROXY_HTTP_ADDR: "0.0.0.0:9200"
|
||||
ports:
|
||||
PROXY_HTTP_ADDR: "0.0.0.0:9200"
|
||||
ports:
|
||||
# expose the opencloud server on all interfaces
|
||||
- "0.0.0.0:9200:9200"
|
||||
- "0.0.0.0:9200:9200"
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user