- Open Firefox and press Alt to show the top menu, then click on
Help
→Troubleshooting Information
- Click the
Open Folder
button beside theProfile Folder
entry - Create a folder named
chrome
in opened directory (must be lowercase) - In the
chrome
folder, create a CSS file with the nameuserContent.css
- Copy the following code to
userContent.css
with changes according to your needs@-moz-document domain(website.com) { div.premium-button { display: none !important; } }
- Create two folders called
mysql
,nginx
andsrc
. - Create
nginx
settings innginx\default.conf
. - Create
docker
settings indockerfile
forphp
image build schema. - Copy and Set correct values in boilerplate called
docker-compose.yml
- Build and Run containers by typing
docker-compose up -d --build
- Stop containers using