We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d7b96 commit aa9d41bCopy full SHA for aa9d41b
.dockerignore
@@ -1,2 +1,5 @@
1
LICENSE.txt
2
-README.md
+README.md
3
+cache/**/*
4
+.env
5
+venv/**/*
README.md
@@ -51,7 +51,7 @@ Make sure you set the correct environment variables if you want to configure any
51
See [.env.example](.env.example) for a full list
52
of configuration options.
53
```sh
54
-docker run --rm -e PODIMO_HOSTNAME=localhost:12104 -e PODIMO_BIND_HOST=0.0.0.0:12104 -e PODIMO_PROTOCOL=http -p 12104:12104 podimo:latest
+docker run --rm -e PODIMO_BIND_HOST=0.0.0.0:12104 -p 12104:12104 -v $(pwd)/cache:/src/cache podimo:latest
55
```
56
57
4. Visit http://localhost:12104. You should see the site now!
0 commit comments