Skip to content

Commit 4cf3025

Browse files
author
Sorita Heng
committed
Update yaml file example
1 parent 659e6ca commit 4cf3025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/partials/docker/image-proxy-service/image-proxy-service-installation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ The Docker container can also be run with `docker compose`. In this example, the
7979
[source,sh]
8080
----
8181
tiny-image-proxy/
82-
── docker-compose.yaml # Docker Compose file to define and run the service
83-
── application.conf # Configuration file for allowed origins and other settings
82+
── docker-compose.yaml # Docker Compose file to define and run the service
83+
── application.conf # Configuration file for allowed origins and other settings
8484
----
8585

8686
Here is an example of the `application.conf` file with the basic configurations:
@@ -114,7 +114,7 @@ services:
114114
init: true
115115
volumes:
116116
- type: bind
117-
source: <PATH_TO_APPLICATION_CONF_FILE_IN_HOST_MACHINE>
117+
source: ./application.conf #change this to the path on your local machine
118118
target: /ephox-image-proxy/ephox-image-proxy-docker-env.conf
119119
read_only: true
120120
----

0 commit comments

Comments
 (0)