We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30816cc commit 1ea8d7bCopy full SHA for 1ea8d7b
1 file changed
README.md
@@ -22,3 +22,9 @@ docker run --rm --privileged \
22
-p 9999:80 \
23
te4g/mount-ssh
24
```
25
+
26
+or set the environment variables in a `.env` file and run:
27
28
+```bash
29
+docker compose up -d --build
30
+```
0 commit comments