Skip to content
Snippets Groups Projects
Commit 7d7c79ca authored by TONY TU's avatar TONY TU
Browse files

updated readme with ```shell

parent a21b7936
No related branches found
No related tags found
1 merge request!38Mac os update
......@@ -127,14 +127,14 @@ See below section for examples on how to use volume and port mapping.
Edit the .env file with the following entries.
Required:
```
```shell
INFORMATICA_USER=xxxx
INFORMATICA_PASSWORD=xxxx
HOSTNAME=xxxx
```
Optional (for volumes):
```
```shell
CONFIG_DIR=
LOG_DIR=
ODBC_DATABASE_DIR=
......@@ -148,9 +148,10 @@ The included docker-compose.yml file uses the above environment variables to map
For volumes, add volume folders in directory.
For no volumes, delete lines 15 - 32 on docker-compose.yml
```shell
$ docker-compose build
$ docker-compose up
```
#### Starting with docker run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment