You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### I see "Welcome to nginx" instead of the Laravel App!
1740
1781
1741
1782
Use `http://127.0.0.1` instead of `http://localhost` in your browser.
@@ -1744,7 +1785,7 @@ Use `http://127.0.0.1` instead of `http://localhost` in your browser.
1744
1785
1745
1786
1746
1787
1747
-
1788
+
<br>
1748
1789
#### I see an error message containing `address already in use` or `port is already allocated`
1749
1790
1750
1791
Make sure the ports for the services that you are trying to run (22, 80, 443, 3306, etc.) are not being used already by other programs on the host, such as a built in `apache`/`httpd` service or other development tools you have installed.
@@ -1753,7 +1794,7 @@ Make sure the ports for the services that you are trying to run (22, 80, 443, 33
1753
1794
1754
1795
1755
1796
1756
-
1797
+
<br>
1757
1798
#### I get Nginx error 404 Not Found on Windows.
1758
1799
1759
1800
1. Go to docker Settings on your Windows machine.
@@ -1764,14 +1805,15 @@ Make sure the ports for the services that you are trying to run (22, 80, 443, 33
1764
1805
1765
1806
1766
1807
1808
+
<br>
1767
1809
#### The time in my services does not match the current time
1768
1810
1769
1811
1. Make sure you've [changed the timezone](#Change-the-timezone).
1770
1812
2. Stop and rebuild the containers (`docker-compose up -d --build <services>`)
1771
1813
1772
1814
1773
1815
1774
-
1816
+
<br>
1775
1817
#### I get Mysql connection refused
1776
1818
1777
1819
This error sometimes happens because your Laravel application isn't running on the container localhost IP (Which is 127.0.0.1). Steps to fix it:
@@ -1787,25 +1829,6 @@ This error sometimes happens because your Laravel application isn't running on t
1787
1829
1788
1830
1789
1831
1790
-
<br>
1791
-
<a name="upgrading-laradock"></a>
1792
-
### Upgrading LaraDock
1793
-
1794
-
Moving from Docker Toolbox (VirtualBox) to Docker Native (for Mac/Windows). Requires upgrading LaraDock from v3.* to v4.*:
1795
-
1796
-
1. Stop the docker vm `docker-machine stop {default}`
1797
-
2. Install Docker for [Mac](https://docs.docker.com/docker-for-mac/) or [Windows](https://docs.docker.com/docker-for-windows/).
1798
-
3. Upgrade LaraDock to `v4.*.*` (`git pull origin master`)
1799
-
4. Use LaraDock as you used to do: `docker-compose up -d nginx mysql`.
1800
-
1801
-
**Note:** If you face any problem with the last step above: rebuild all your containers
0 commit comments