Skip to content

Commit 21f523f

Browse files
ci-nginx-with-volumes-example
1 parent 836b864 commit 21f523f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • app-dev/devops-and-containers/container-instances/ci-nginx-with-volumes-example

app-dev/devops-and-containers/container-instances/ci-nginx-with-volumes-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Reviewed: 9.10.2025
4444

4545
Anyone who wants to experiment with OCI Container Instances and setup a multi-container instance with multiple volumes. In this example I'm using volumes to:
4646
<ul>
47-
<li>Mount the NGINX filesystem from OCI Object Storage bucket</li>
48-
<li>Tail NGINX access log to OCI Logging</li>
47+
<li>Mount the NGINX filesystem for html data from OCI Object Storage bucket</li>
48+
<li>Tail NGINX access log to OCI Logging for monitoring</li>
4949
</ul>
5050
These operations will be handled by a custom container that is being built in this example.<br>
5151
The NGINX container is a default one without modification from Docker Hub.<br>

0 commit comments

Comments
 (0)