We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68656b4 commit cedfd44Copy full SHA for cedfd44
README.md
@@ -25,7 +25,7 @@ Run this, if you want the database to be connected remotely:
25
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_ALLOW_REMOTE=true wnameless/oracle-xe-11g
26
```
27
28
-By default, the passeord verification is disable(password never expired). If you want it back, run this:
+By default, the password verification is disable(password never expired). If you want it back, run this:
29
30
docker run -d -p 49160:22 -p 49161:1521 -e ORACLE_PASSWORD_VERIFY=true wnameless/oracle-xe-11g
31
0 commit comments