Skip to content

Commit dbe3070

Browse files
authored
Update README.md
Typos
1 parent b78f251 commit dbe3070

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

services/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@ MONGO_HOST_IP_ADDRESS=<host IP address>
4141
```
4242

4343
Where
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

4848
The ```settings.properties``` file is needed to define the default EPICS protocol like so:
4949
```org.phoebus.pv/default=pva```
5050

5151
To 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```.

0 commit comments

Comments
 (0)