Sign inSign up

ayphu/php-nginx-mysql

By ayphu

Updated about 2 years ago

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

Image
0

1.4K

ayphu/php-nginx-mysql repository overview

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

Tag summary

Content type

Image

Digest

sha256:4e53614e2

Size

152 MB

Last updated

about 2 years ago

docker pull ayphu/php-nginx-mysql:8.2.5