Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 1270782

Browse files
committed
Merge pull request #709 from stevenjack/fix-gunicorn-options
Removes quotes from GUNICORN_OPTS environment option
2 parents 1e4fca7 + 5e18b1f commit 1270782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ required tables. To avoid several Gunicorn workers racing to create
225225
the database, you should launch your registry with
226226
[--preload][gunicorn-preload]. For example:
227227

228-
$ docker run -e GUNICORN_OPTS='[--preload]' -p 5000:5000 registry
228+
$ docker run -e GUNICORN_OPTS=[--preload] -p 5000:5000 registry
229229

230230
## Mirroring Options
231231

0 commit comments

Comments
 (0)