Run Laravel in Docker in 5 minutes

Run Laravel in Docker in 5 minutes

Dr. Adam Nielsen

3 года назад

13,241 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Coo Casual Vibes
Coo Casual Vibes - 07.08.2023 17:35

Composer also get installed but i got 403 forbidden

Ответить
HASSAN ABBASI
HASSAN ABBASI - 13.07.2023 23:33

volumes:
- dbdata:/var/lib/mysql
# - ./docker-compose/mysql/my.cnf:/etc/mysql/my.cnf
# - ./docker-compose/mysql/init:/docker-entrypoint-initdb.d

issue with these lines in windows 10

Ответить
Teddy
Teddy - 16.03.2022 15:14

Am getting ERROR: Service 'app' failed to build : Build failed

Ответить
non equivalence
non equivalence - 13.11.2021 23:40

For some reason, I'm not seeing MySQL image when running docker ps. I've followed everything here step by step with my existing project, what am I doing wrong?

Ответить
Satish Viswanathan
Satish Viswanathan - 10.04.2021 18:32

Nice. Just had to upgrade my PHP to 7.3-fpm since laravel was complaining.... Worked real fine.

Ответить