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 4ce53b6 commit baaa62eCopy full SHA for baaa62e
README.md
@@ -4,4 +4,7 @@ The repo contains the Docker image for the [web2py](http://www.web2py.com/) web
4
## Usage:
5
`docker pull acidjunk/web2py`
6
7
-`docker run -p 443:443 -p 80:80 -v my_app:/home/www-data/web2py/applications/webapp`
+`docker run -p 443:443 -p 80:80 -v my_app:/home/www-data/web2py/applications/webapp acidjunk/web2py`
8
+
9
+---
10
+Inspired by: [thehipbot](https://hub.docker.com/r/thehipbot/web2py/) and [rafs](https://github.com/rafsAcorsi/docker-web2py/)
0 commit comments