File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Installation
60
60
Docker
61
61
++++++
62
62
63
- Use docker-compose with postgresql:
63
+ Use ` docker image `_ and following ` docker -compose.yml `_ (uses postgresql) :
64
64
65
65
.. code-block :: yaml
66
66
@@ -95,7 +95,7 @@ Use docker-compose with postgresql:
95
95
# # Override standard port
96
96
# PORT: 80
97
97
98
- # # Set "X-Headers" for nginx (e.g. X-Accel-Expires )
98
+ # # Set "X-Headers" (e.g. X-Forwarded-For )
99
99
# PROXY_MODE: 1
100
100
101
101
# # Set 0 when you want to disable proxying from global pypi
@@ -114,7 +114,7 @@ Use docker-compose with postgresql:
114
114
Centos
115
115
++++++
116
116
117
- Use prepared Centos 7 rpm from releases.
117
+ Use prepared Centos 7 rpm from ` releases `_ .
118
118
119
119
Manual installation:
120
120
@@ -133,7 +133,7 @@ Manual installation:
133
133
Debian (Ubuntu)
134
134
+++++++++++++++
135
135
136
- Use prepared deb files from releases.
136
+ Use prepared deb files from ` releases `_ .
137
137
138
138
Manual installation:
139
139
@@ -186,3 +186,8 @@ How upload your own package
186
186
187
187
cd your_package_root_folder
188
188
python setup.py sdist register upload -r mypypi
189
+
190
+
191
+ .. _releases : https://github.com/mosquito/pypi-server/releases/
192
+ .. _docker image : https://hub.docker.com/r/mosquito/pypi-server/
193
+ .. _docker-compose.yml : https://github.com/mosquito/pypi-server/blob/master/docker-compose.yml
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
# # Override standard port
30
30
# PORT: 80
31
31
32
- # # Set "X-Headers" for nginx (e.g. X-Accel-Expires )
32
+ # # Set "X-Headers" (e.g. X-Forwarded-For )
33
33
# PROXY_MODE: 1
34
34
35
35
# # Set 0 when you want to disable proxying from global pypi
You can’t perform that action at this time.
0 commit comments