We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaa62e commit 519a349Copy full SHA for 519a349
README.md
@@ -6,5 +6,11 @@ The repo contains the Docker image for the [web2py](http://www.web2py.com/) web
6
7
`docker run -p 443:443 -p 80:80 -v my_app:/home/www-data/web2py/applications/webapp acidjunk/web2py`
8
9
+## Todo:
10
+- Add postgres support
11
+- Make it possible to run without SSL so setup behind a reversed Nginx Proxy is easier
12
+- Make it possible to add your own python requirements
13
+- Upgrade python to 2.7.12
14
+
15
---
16
Inspired by: [thehipbot](https://hub.docker.com/r/thehipbot/web2py/) and [rafs](https://github.com/rafsAcorsi/docker-web2py/)
0 commit comments