Skip to content

Commit 97b5f42

Browse files
committed
Fix references to image name
1 parent 64e18c6 commit 97b5f42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Proxy is a generic configuration that just forwards requests to the
8181
backend.
8282

8383
```yaml
84-
image: ghcr.io/arnested/https-proxy:proxy
84+
image: ghcr.io/reload/https-proxy:proxy
8585
```
8686

8787
See the configuration details in
@@ -101,7 +101,7 @@ Next.js is like the proxy configuration but also forwards WebSocket
101101
connections on the path `/_next/webpack-hmr`.
102102

103103
```yaml
104-
image: ghcr.io/arnested/https-proxy:nextjs
104+
image: ghcr.io/reload/https-proxy:nextjs
105105
```
106106

107107
See the configuration details in
@@ -142,7 +142,7 @@ Drupal is a configuration that forwards requests to a Drupal
142142
development server.
143143

144144
```yaml
145-
image: ghcr.io/arnested/https-proxy:drupal
145+
image: ghcr.io/reload/https-proxy:drupal
146146
```
147147

148148
See the configuration details in
@@ -164,7 +164,7 @@ There is also a base configuration that comes with no predefined
164164
configuration.
165165

166166
```yaml
167-
image: ghcr.io/arnested/https-proxy:base
167+
image: ghcr.io/reload/https-proxy:base
168168
```
169169

170170
You can add your own configuration by mounting a volume to

0 commit comments

Comments
 (0)