Skip to content
#

php8

Here are 459 public repositories matching this topic...

docker-laravel
ucan-lab
ucan-lab commented Apr 25, 2021

docker-compose.yml

version: "3.8"
volumes:
  php-fpm-socket:
  db-store:
services:
  app:
    build:
      context: .
      dockerfile: ./infra/docker/php/Dockerfile
    volumes:
      - type: volume
        source: php-fpm-socket
        target: /var/run/php-fpm
        volume:
          nocopy: true
      - type: bind
        source: ./backend
        target: /work/ba

Improve this page

Add a description, image, and links to the php8 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the php8 topic, visit your repo's landing page and select "manage topics."

Learn more