Skip to content

Commit 06f10fc

Browse files
Doc: fix command docker run for 18.04
1 parent 68034e2 commit 06f10fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ password: admin
6565

6666
For latest APEX(18.1) user, please pull wnameless/oracle-xe-11g-r2:18.04-apex first:
6767
```
68-
docker run -d -p 49161:1521 -p 8080:8080 wnameless/oracle-xe-11g:18.04-apex
68+
docker run -d -p 49161:1521 -p 8080:8080 wnameless/oracle-xe-11g-r2:18.04-apex
6969
```
7070

7171
```

0 commit comments

Comments
 (0)