File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ The images can be used as a [Service Container](https://docs.github.com/en/actio
103
103
``` yaml
104
104
services :
105
105
106
- # Oracle service
106
+ # Oracle service (label used to access the service container)
107
107
oracle :
108
108
109
109
# Docker Hub image (feel free to change the tag "latest" to any other available one)
@@ -129,7 +129,9 @@ The images can be used as a [Service Container](https://docs.github.com/en/actio
129
129
130
130
After your service is created, you can connect to it via the following properties:
131
131
132
- * Host: ` localhost` or `127.0.0.1`
132
+ * Hostname:
133
+ * ` oracle` (from within another container)
134
+ * `localhost` or `127.0.0.1` (from the host directly)
133
135
* Port: `1521`
134
136
* Service name: `XEPDB1`
135
137
* Database App User: `my_user`
You can’t perform that action at this time.
0 commit comments