We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6562826 commit 739b435Copy full SHA for 739b435
README.md
@@ -31,4 +31,11 @@ In the folder / volume / backend / public
31
## Access to bash
32
```bash
33
docker exec -it backend bash
34
-```
+```
35
+
36
+## URLs access
37
+look at the correct ip with ipconfig command
38
39
+**PHP server adress** [http://192.168.33.225:8000/](http://192.168.33.225:8000/)
40
41
+**phpmyadmin server adress** [http://192.168.33.225:8080/](http://192.168.33.225:8080/)
0 commit comments