Skip to content

Commit 28d0bc6

Browse files
committed
Minor documentation updates
1 parent 009e997 commit 28d0bc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
DOCKER_DB_PORT=51521
4242
DB_VERSION=18.4.0
4343
DB_EDITION=xe
44-
DOCKER_NETWORK_NAME=axer_network
44+
DOCKER_NETWORK_NAME=das_network
4545
ALLOW_DB_PATCHING=N
4646
OML4R_SUPPORT=N
4747
REST_ENABLED_SQL=Y
@@ -59,9 +59,9 @@
5959
```bash
6060
$ bash 01-build.sh mysettings.env
6161
```
62-
6. Run the final script to create and run the container, where the container name is `axer` (it is preferred that you execute a command using `sudo` before executing this script):
62+
6. Run the final script to create and run the container, where the container name is `das` (it is preferred that you execute a command using `sudo` before executing this script):
6363
```bash
64-
$ bash 02-run.sh axer mysettings.env
64+
$ bash 02-run.sh das mysettings.env
6565
```
6666

6767
Using the sample settings, the following are accessible:

0 commit comments

Comments
 (0)