File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ This Docker image runs reverse proxy caches for testing.
55To add a new reverse proxy:
66
771 . In ` Dockerfile ` :
8- 1 . add its ubuntu package to the ` apt-get ` line
9- 2 . make any configuration adjustments with ` COPY ` and/or ` RUN ` in a new section. In particular:
10- a . The proxy should listen on a dedicated port (the next in the 8000 series that's available)
11- b . It should use localhost:8000 for the origin server
8+ 1 . add its ubuntu package to the ` apt-get ` line
9+ 2 . make any configuration adjustments with ` COPY ` and/or ` RUN ` in a new section. In particular:
10+ 1 . The proxy should listen on a dedicated port (the next in the 8000 series that's available)
11+ 2 . It should use localhost:8000 for the origin server
12122 . In ` setup.sh ` , run any additional configuration steps that are necessary
13133 . In ` entrypoint.sh ` , add the needed commands (usually ` sed ` ) to change the origin server hostname (for when the docker runs on desktop)
14144 . In ` serve.sh ` , start the server in the background
You can’t perform that action at this time.
0 commit comments