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 a5024e5 commit f64b72bCopy full SHA for f64b72b
README.md
@@ -0,0 +1,10 @@
1
+**IMPORTANT: Have docker installed!**
2
+
3
+### Hopefully "foolproof" instructions:
4
+1. Clone repository
5
+2. Move into Image Folder `cd Images/qiita`
6
+3. Build docker image `docker build . -f qiita/Dockerfile -t qiita`
7
+4. Move to folder containing compose file `cd ../..`
8
+5. Run docker compose `docker compose up`
9
+6. To stop: Run `docker compose down`
10
+ - Use `docker compose down --volumes`if you wish to remove the database volume as well.
0 commit comments