We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c437fc4 commit 5af7064Copy full SHA for 5af7064
docker-compose.yml
@@ -27,3 +27,18 @@ services:
27
- MSSQL_PID=Developer
28
- SA_PASSWORD=bbk4k77JKH88g54
29
- ACCEPT_EULA=Y
30
+ # You'll need to have a login for https://container-registry.oracle.com and have
31
+ # accepted their terms & conditions. Then prior to running 'docker-compose up -d' you
32
+ # will need to run 'docker login container-registry.oracle.com' to pull the Oracle Database image.
33
+ # Also, Oracle takes considerably more resources.
34
+ oracle:
35
+ image: container-registry.oracle.com/database/standard:12.1.0.2
36
+ ports:
37
+ - 1521:1521
38
+ - 8080:8080
39
+ - 5500:5500
40
+ environment:
41
+ - DB_SID=travis
42
+ - DB_PASSWD=bbk4k77JKH88g54
43
+ - USERNAME=travis
44
+ - PASSWORD=bbk4k77JKH88g54
0 commit comments