File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,6 @@ Preferences - PHP - Servers
147
147
- This command is only used by other commands and it provides required variables for them, such as user and group id
148
148
- ``` bin/helpers/create-bind-mounted-folders ```
149
149
- Stops containers, checks if bind mounted folders specified in docker-compose.yml file exist and creates them if they don't
150
- - ``` bin/helpers/fix-filebeat-permissions ```
151
- - Filebeat container requires filebeat.yml to be only writtable by the owner
152
150
- ``` bin/helpers/remove-frontend-folder ```
153
151
- Stops containers and removes frontend folder
154
152
- ``` bin/helpers/remove-magento-folder ```
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ while true; do
17
17
esac
18
18
done
19
19
20
- # Fix filebeat.yml permissions
21
- bin/helpers/fix-filebeat-permissions
22
-
23
20
# Remove Magento folder
24
21
bin/helpers/remove-magento-folder
25
22
You can’t perform that action at this time.
0 commit comments