better logging; fix mysql port misconfiguration

This commit is contained in:
Dobromir Popov ONE
2022-03-30 19:34:32 +03:00
parent a701761510
commit 10a7aa2fed
6 changed files with 22 additions and 15 deletions

6
docker-readme.md Normal file
View File

@@ -0,0 +1,6 @@
#to build and deploy in docker:
~/var/www/html/iot.d-popov.com#> docker-compose build
docker-compose up
# OR
cd /var/www/html/iot.d-popov.com
docker-compose up --build