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
The alias for the link between Ghost and MySQL needs to be DB_1. If this is changed, the template will not work.
Also, the password can be changed, but the environmental variables need to be changed on both services.
To view the GUI after launching the template, map your local host machine to port 8080. If using Virtual Box, use the following command in your terminal to create the port forwarding rule:
Where, ghost is the friendly name of the rule, tcp is the protocol. Replace port 8997 with the local free port of your choice. If you change the port bindings on the Ghost service, 8080 will need to be changed to match that too.
After you run this command locally, browse to `http://localhost:8997` to see the GUI, as per the example.