ayphu/php-nginx-mysql
Technology: Laravel: php 7.3, nginx, mysql, composer Architecture: amd64, arm64
516
Technology: Laravel: php 7.3, nginx, mysql, composer
Architecture: amd64, arm64
docker-compose.yml
version: '3.7'
services:
ayphu.local:
image: ayphu/php-nginx-mysql:7.3.1
container_name: ayphu.local
networks:
red:
ipv4_address: 10.5.0.90
restart: always
ports:
- 8080:8080
volumes:
- ./laravel:/var/www/html
docker pull ayphu/php-nginx-mysql