What do you get when your run docker ps on the server? do you get running images? do you see any images that has exited?
Jan 27, 2023
4
Level 50
Can't access docker app on the production server
So basically, I've used this GitHub template https://github.com/aschmelyun/docker-compose-laravel from Andrew Schmelyun
Then installed laravel in src/ folder and run the following commands docker-compose build && docker-compose up -d
Both docker and docker-compose are installed on my computer and the server
Without changing anything. Locally I could see the welcome page but when I try to access the application on the browser through the IP I get This site can’t be reached
Does anyone have an idea?
Thanks in advance
Please or to participate in this conversation.