File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ export PHRASEANET_APP_PORT=8082
197
197
```
198
198
199
199
If you want persit this change you can also save your change in a files named ` env.local ` or ` .env.local `
200
- this files are git ignored and permit a stack customisation without git conflic generation
201
- see more about in stack management section
200
+ These files are git ignored and permit stack customization without git conflict generation.
201
+
202
202
203
203
If you are not interested in the development of Phraseanet, you can ignore everything in ` .env ` after the ` DEV Purpose ` part.
204
204
@@ -215,7 +215,7 @@ of the database container before stopping the entire stack.
215
215
216
216
This script is useful if you are using the database container within the stack.
217
217
218
- Of course before using it you need to chmod this file.
218
+ see more here ![ stack Management ] ( doc/infra/compose/stack_management.md )
219
219
220
220
### Using a env.local method for custom .env values
221
221
You can’t perform that action at this time.
0 commit comments