Skip to content

ShookTea/php-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-dev

My custom PHP Docker image for development, built on fpm-alpine image with nginx installed. Made for use with Symfony.

Example docker-compose file:

version: "3"
services:
  php:
    image: ghcr.io/shooktea/php-dev/php-dev:8.3.9.0
    volumes:
      - "./backend:/usr/share/nginx/html/backend"
    ports:
      - "8080:80"

About

My custom PHP Docker image for work with Symfony

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors