File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,16 @@ MONGO_HOST_IP_ADDRESS=<host IP address>
4141```
4242
4343Where
44- ``` <host IP address> ``` : the IP address where docker is launched.
45- ``` <path-to>/Accelerator.xml ``` : absolute path to the ``` Accelerator.xml ``` alarm config file.
46- ``` <path-to>/settings.properties ``` : absolute path to the ``` settings.properties ``` file.
44+ * ``` <host IP address> ``` : the IP address where docker is launched.
45+ * ``` <path-to>/Accelerator.xml ``` : absolute path to the ``` Accelerator.xml ``` alarm config file.
46+ * ``` <path-to>/settings.properties ``` : absolute path to the ``` settings.properties ``` file.
4747
4848The ``` settings.properties ``` file is needed to define the default EPICS protocol like so:
4949``` org.phoebus.pv/default=pva ```
5050
5151To launch docker, use:
5252
5353``` >docker compose --env-file <path-to-environment-file> -f docker-compose-kafka-elastic-mongodb.yml up ```
54+
55+ The ``` --env-file <path-to-environment-file> ``` can be omitted if the file resides in current directory and is named
56+ exactly ``` .env ``` .
You can’t perform that action at this time.
0 commit comments