This website requires JavaScript.
Explore
Help
Register
Sign In
yeasy
/
docker-compose-files
mirror of
https://github.com/yeasy/docker-compose-files.git
Watch
1
Star
0
Fork
You've already forked docker-compose-files
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
docker-compose-files
/
haproxy_web
/
web
/
Dockerfile
6 lines
72 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Update haproxy example
2023-03-03 07:52:54 +08:00
FROM
python:3.9
add haproxy_web examples
2015-11-18 21:34:42 +08:00
WORKDIR
/code
ADD
. /code
EXPOSE
80
CMD
python index.py