ayphu/php-nginx-mysql

By ayphu

Updated 6 months ago

Technology: Laravel: php 7.3, nginx, mysql, composer Architecture: amd64, arm64

Image

516

Laravel php 7.3 and Nginx

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 Command

docker pull ayphu/php-nginx-mysql