Skip to content

Commit

Permalink
Fix README(Add python3.9).
Browse files Browse the repository at this point in the history
  • Loading branch information
pyohei committed Nov 15, 2020
1 parent a4e8539 commit 69a3f4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Docker(Ubuntu18.04) for cgi with python(2.7/3.6/3.7/3.8)
# Docker(Ubuntu18.04) for cgi with python(2.7/3.6/3.7/3.8/3.9)

This is a simple python web server settings.
With this docker image, you can create simple web application with cgi.
Expand All @@ -21,13 +21,15 @@ You can Access from the below URL after run docker container.
* Python3.6 ... [http://localhost:8883/cgi-bin2/py36.cgi](http://localhost:8883/cgi-bin2/py36.cgi)
* Python3.7 ... [http://localhost:8883/cgi-bin2/py37.cgi](http://localhost:8883/cgi-bin2/py37.cgi)
* Python3.8 ... [http://localhost:8883/cgi-bin2/py38.cgi](http://localhost:8883/cgi-bin2/py38.cgi)
* Python3.9 ... [http://localhost:8883/cgi-bin2/py39.cgi](http://localhost:8883/cgi-bin2/py39.cgi)

## Allow Python version

* 2.7
* 3.6
* 3.7
* 3.8
* 3.9

### References

Expand Down

0 comments on commit 69a3f4d

Please sign in to comment.