Skip to content

Commit 69a3f4d

Browse files
committed
Fix README(Add python3.9).
1 parent a4e8539 commit 69a3f4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Docker(Ubuntu18.04) for cgi with python(2.7/3.6/3.7/3.8)
1+
# Docker(Ubuntu18.04) for cgi with python(2.7/3.6/3.7/3.8/3.9)
22

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

2526
## Allow Python version
2627

2728
* 2.7
2829
* 3.6
2930
* 3.7
3031
* 3.8
32+
* 3.9
3133

3234
### References
3335

0 commit comments

Comments
 (0)