Skip to content

Commit 70e63c5

Browse files
authored
Fix localhost address
1 parent 04c6aaf commit 70e63c5

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • DOCUMENTATION/content/getting-started

DOCUMENTATION/content/getting-started/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,12 @@ Or you can change them and rebuild the container.
221221
<br>
222222
5 - Open your browser and visit your localhost address.
223223

224+
Make sure you add use the right port number as provided by your running server.
225+
226+
[http://localhost:80](http://localhost:80)
227+
224228
If you followed the multiple projects setup, you can visit `http://project-1.test/` and `http://project-2.test/`.
225229

226-
[http://localhost:8080](http://localhost:8080)
227230

228-
Make sure you add use the right port number as provided by your running server. Ex: NGINX uses port 8080 by default while Apache2 uses 80.
231+
232+

0 commit comments

Comments
 (0)