Skip to content

Commit 0eeb9f3

Browse files
Update README.md
1 parent 079ba27 commit 0eeb9f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ server {
211211
server_name your.domain.name;
212212

213213
location / {
214-
proxy_pass http://192.168.XXX.XXX;
214+
# Replace with the IP address and port number of your Docker container.
215+
proxy_pass http://127.0.0.1:80;
215216
proxy_set_header Host $host;
216217
proxy_set_header X-Real-IP $remote_addr;
217218

0 commit comments

Comments
 (0)