Skip to content

Instantly share code, notes, and snippets.

@elvinlari
Created September 22, 2022 08:07
Show Gist options
  • Save elvinlari/31b0838781f580834a82c7293a23be01 to your computer and use it in GitHub Desktop.
Save elvinlari/31b0838781f580834a82c7293a23be01 to your computer and use it in GitHub Desktop.
PHP service
php:
build:
context: ./docker
dockerfile: php.dockerfile
args:
- UID=${UID:-1000}
- GID=${GID:-1000}
- USER=${USER:-laravel}
container_name: php
ports:
- ":9000"
volumes:
- ./src:/var/www/html
- .env:/var/www/html/.env
networks:
- laravel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment