Skip to content

Commit c33fde8

Browse files
committed
Fix README
1 parent df7bdb6 commit c33fde8

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)
1+
# Docker(Ubuntu18.04) for cgi with python(2.7/3.6/3.7/3.8)
22

33
This is a simple python web server settings.
44
With this docker image, you can create simple web application with cgi.
@@ -20,12 +20,14 @@ You can Access from the below URL after run docker container.
2020
* Python2.7 ... [http://localhost:8883/cgi-bin2/py27.cgi](http://localhost:8883/cgi-bin2/py27.cgi)
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)
23+
* Python3.8 ... [http://localhost:8883/cgi-bin2/py38.cgi](http://localhost:8883/cgi-bin2/py38.cgi)
2324

2425
## Allow Python version
2526

2627
* 2.7
2728
* 3.6
2829
* 3.7
30+
* 3.8
2931

3032
### References
3133

0 commit comments

Comments
 (0)