Skip to content

Commit 5e4962c

Browse files
authored
Update README.md
1 parent 4ef6cc6 commit 5e4962c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ This Docker image runs reverse proxy caches for testing.
55
To add a new reverse proxy:
66

77
1. 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
1212
2. In `setup.sh`, run any additional configuration steps that are necessary
1313
3. In `entrypoint.sh`, add the needed commands (usually `sed`) to change the origin server hostname (for when the docker runs on desktop)
1414
4. In `serve.sh`, start the server in the background

0 commit comments

Comments
 (0)