Closed PJTharpeNoob closed 2 weeks ago
Hi @PJTharpeNoob,
Going by those compose logs in the terminal view, that's a successful start-up.
Based on that config, it should be available at port 6875
of the host/ip address.
A few things though:
APP_URL=http://localhost:6875
is probably not right (Should be the address you expect to access via).It's a little old, but I have a detailed guide on setting up a compose stack with a proxy which may help you gain a view of how these parts fit together: https://www.youtube.com/watch?v=dbDzPIv8Cf8
Thank you for the quick reply!
I changed the APP URL to my VPS IP address. It did deploy but I got this:
Working on going through your video now.
PJ
@PJTharpeNoob Errors like that should be logged to the app laravel.log
file.
For this kind of setup I talk about accessing logs at about 7:28 of my video here: https://youtu.be/6A8hLuQTkKQ?t=448
That said, it's possible the log file might have moved a bit since that video, but should still be somewhere within the mounted app files.
Since there's been no further follow up I'll go ahead and close this off.
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
Hello! New to bookstack and Linux as a whole I guess, but have been in IT for 20 years. I am trying to deploy bookstack via docker. I am using Ubuntu 22.04 with aaPanel with Nginx 1.24, MySQL 8.0.35, PHPMyadmin 5.2 and PHP 8.0
Here is my docker-compose.yml file:
When I run the composer, it gets to this and stops:
Any help would be appreciated. I have been scouring the internet for the last 2 days and cant figure this out :(
Thank you!
Exact BookStack Version
10.11.8
Log Content
No response
Hosting Environment
I am using Ubuntu 22.04 with aaPanel with Nginx 1.24, MySQL 8.0.35, PHPMyadmin 5.2 and PHP 8.0