We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8666fe8 commit d293c98Copy full SHA for d293c98
1 file changed
mt/oracle.yml
@@ -0,0 +1,15 @@
1
+version: "3"
2
+services:
3
+ db:
4
+ image: ${DOCKER_ORACLE_IMAGE:-container-registry.oracle.com/database/free:latest}
5
+ environment:
6
+ ORACLE_PWD: password
7
+ volumes:
8
+ - "${DOCKER_ORACLE_VOLUME:-oracle23c}:/opt/oracle/oradata"
9
+ command:
10
+ - "/bin/bash"
11
+ - "-c"
12
+ - "$ORACLE_BASE/$RUN_FILE"
13
+volumes:
14
+ oracle23c:
15
+ driver: local
0 commit comments