Skip to content

Commit 6ea7cc0

Browse files
committed
Document HitHub Action container label usage (#81)
Signed-off-by: gvenzl <gerald.venzl@gmail.com>
1 parent b1a40a0 commit 6ea7cc0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The images can be used as a [Service Container](https://docs.github.com/en/actio
103103
```yaml
104104
services:
105105

106-
# Oracle service
106+
# Oracle service (label used to access the service container)
107107
oracle:
108108

109109
# 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
129129
130130
After your service is created, you can connect to it via the following properties:
131131
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)
133135
* Port: `1521`
134136
* Service name: `XEPDB1`
135137
* Database App User: `my_user`

0 commit comments

Comments
 (0)