Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit f61c7c3

Browse files
committed
update README
1 parent bb8762d commit f61c7c3

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Supported tags and `Dockerfile` links
22

3-
- `py2.7`, `python2.7` [_(python2.7/Dockerfile)_](https://github.com/robertpeteuil/docker-nginx-uwsgi/blob/master/python2.7/Dockerfile)
4-
- `py2.7-A`, `py2.7-alpine`, `python2.7-alpine` [_(python2.7-alpine/Dockerfile)_](https://github.com/robertpeteuil/docker-nginx-uwsgi/blob/master/python2.7-alpine/Dockerfile)
5-
- `py3.6`, `python3.6` [_(python3.6/Dockerfile)_](https://github.com/robertpeteuil/docker-nginx-uwsgi/blob/master/python3.6/Dockerfile)
6-
- `py3.6-A`, `py3.6-alpine`, `python3.6-alpine` [_(python3.6-alpine/Dockerfile)_](https://github.com/robertpeteuil/docker-nginx-uwsgi/blob/master/python3.6-alpine/Dockerfile)
3+
- `py2.7`, `python2.7` [_(python2.7/Dockerfile)_](https://github.com/robpco/docker-nginx-uwsgi/blob/master/python2.7/Dockerfile)
4+
- `py2.7-A`, `py2.7-alpine`, `python2.7-alpine` [_(python2.7-alpine/Dockerfile)_](https://github.com/robpco/docker-nginx-uwsgi/blob/master/python2.7-alpine/Dockerfile)
5+
- `py3.6`, `python3.6` [_(python3.6/Dockerfile)_](https://github.com/robpco/docker-nginx-uwsgi/blob/master/python3.6/Dockerfile)
6+
- `py3.6-A`, `py3.6-alpine`, `python3.6-alpine` [_(python3.6-alpine/Dockerfile)_](https://github.com/robpco/docker-nginx-uwsgi/blob/master/python3.6-alpine/Dockerfile)
77

88
**You must explicitly use one of the tags above.** The `latest` tag is not assigned since each tag represents a different variant, not an incremental version.
99

1010
## NGINX-UWSGI
1111

1212
**Docker** image with **Nginx**, **uWSGI** and **Python** running in a single container to enable running Python Web Apps on NGINX.
1313

14-
**GitHub Repo**: <https://github.com/robertpeteuil/docker-nginx-uwsgi>
14+
**GitHub Repo**: <https://github.com/robpco/docker-nginx-uwsgi>
1515

1616
**Docker Hub Images**: <https://hub.docker.com/r/robpco/nginx-uwsgi/>
1717

1818
## Overview
1919

2020
This Docker image allow the creation/migration of Python Web Apps to run on Nginx and uWSGI in a single container. It's designed for use as base image for:
2121

22-
- Other images - such as a pre-built image for running Flask Apps [nginx-uwsgi-flask](https://github.com/robertpeteuil/docker-nginx-uwsgi-flask) .
22+
- Other images - such as a pre-built image for running Flask Apps [nginx-uwsgi-flask](https://github.com/robpco/docker-nginx-uwsgi-flask) .
2323
- A development image that can be customized with your unique web-framework, Python libraries and code.
2424

2525
This repo auto-generates images to [Docker-Hub](https://hub.docker.com/r/robpco/nginx-uwsgi/). It includes standard and alpine-based variants for each supported Python version (2.7, 3.6).
@@ -69,8 +69,6 @@ services:
6969
LISTEN_PORT: 8080
7070
```
7171
72-
Inspired by the project at [tiangolo/UWSGI-NGINX-DOCKER](https://github.com/tiangolo/uwsgi-nginx-docker).
73-
7472
## UPDATES
7573
7674
- 2017-12-11: Added multiple tags per variant: `py3.6` is the same as `python3.6`, and so forth...

0 commit comments

Comments
 (0)