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 b464470 commit cc2617aCopy full SHA for cc2617a
README.md
@@ -38,6 +38,15 @@ Create .env file from .env_example:
38
cp .env_example .env
39
````
40
Fill configuration in .env file
41
+
42
+To run the docker commands without using **sudo** you must add the **docker** group to **your-user**:
43
44
+```bash
45
+sudo usermod -aG docker your-user
46
+```
47
48
+For now, this project has been mainly created for Unix `(Linux/MacOS)`. Perhaps it could work on Windows.
49
50
```bash
51
docker-compose build && docker-compose up
52
```
@@ -58,7 +67,7 @@ Commands:
58
67
watch-log logFilePath=[PATH TO LOG FILE] Watch log file
59
68
60
69
61
-### Visual project structure
70
+### Project tree
62
71
63
72
64
73
.
0 commit comments