Search found 1 match

by saaaaaaaaad
17 Mar 2022, 15:25
Forum: Laravel package
Topic: How to view Aimeos Laravel Site locally through browser (Docker, MySql, NGINX)?
Replies: 2
Views: 4013

How to view Aimeos Laravel Site locally through browser (Docker, MySql, NGINX)?

Hi,
I am totally new to the laravel stack. Trying to dockerize Aimeos.
Here is what I did,

1. Created php, nginx and mysql containers using the following images,
aimeos/ci-php:7.4
cimg/mysql:8.0
nginx:1.19.8-alpine


2. Installed the Aimeos package in the php container using the command ...