Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 5b4a63a

Browse files
committedApr 2, 2019
Update URL in LinuxONE docs
Be a bit more specific about using the IP address of an instance of LinuxONE when using a webbrowser.
1 parent 2e0cab5 commit 5b4a63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/deploy-with-docker-on-linuxone.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ After all is installed, you can check the status of your containers
101101
linux1_mysql_1 /docker-entrypoint.sh mysq ... Up 3306/tcp
102102
linux1_wordpress_1 /entrypoint.sh apache2-for ... Up 0.0.0.0:8080->80/tcp
103103
```
104-
and checkout your new blog by using a webbrowser to access http://localhost:8080
104+
and checkout your new blog by using a webbrowser to access 'http://[Your LinuxONE IP Address]:8080'
105105

106106
![after_deploy](../images/wpinstall-language.png)
107107

0 commit comments

Comments
 (0)
This repository has been archived.