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 7384d4c commit 6785e8eCopy full SHA for 6785e8e
.dockerignore
@@ -1,3 +1,4 @@
1
+.git
2
.gitattributes
3
.gitignore
4
docker-test.sh
README.md
@@ -25,7 +25,6 @@ Start your image binding external port 80 in all interfaces to your container:
25
26
```sh
27
$ docker run --name pw-project \
28
- -v $PWD:/var/www/pw \
29
-p 80:80 \
30
-d suzel/docker-processwire
31
```
0 commit comments