Skip to content

Commit 5fd0f92

Browse files
authored
Update README.md
1 parent cfa3815 commit 5fd0f92

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,16 @@ There is no official chart for this project, helm or otherwise. You can make you
113113
_Example:_
114114
```yaml
115115
containers:
116-
- command:
116+
- name: cors-proxy
117+
image: node:lts-alpine
118+
env:
119+
- name: ALLOW_ORIGIN
120+
value: https://mydomain.com
121+
command:
117122
- npx
118123
args:
119124
- '@isomorphic-git/cors-proxy'
120125
- start
121-
image: node:lts-alpine
122-
name: cors-proxy
123126
ports:
124127
- containerPort: 9999
125128
hostPort: 9999

0 commit comments

Comments
 (0)