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
In the configuring section where it states :
"Edit /etc/hosts to set the hostname you chose when creating the server. The first line should look something like the following (replacing myserver.example.com with your server's name)
127.0.0.1 localhost myserver.example.com"
The installation of docker will only work if localhost is changed to the hostname set for the server.
Fix: state to swap localhost with the hostname set for the server
Will this have cause any problems with the app when localhost is referenced?
The text was updated successfully, but these errors were encountered:
In the configuring section where it states :
"Edit /etc/hosts to set the hostname you chose when creating the server. The first line should look something like the following (replacing myserver.example.com with your server's name)
127.0.0.1 localhost myserver.example.com"
The installation of docker will only work if localhost is changed to the hostname set for the server.
Fix: state to swap localhost with the hostname set for the server
Will this have cause any problems with the app when localhost is referenced?
The text was updated successfully, but these errors were encountered: