Skip to content

Instantly share code, notes, and snippets.

@jdeg
jdeg / yml
Created February 10, 2021 02:02
Services
website:
restart: always
build:
context: ./php
dockerfile: Dockerfile
container_name: "${COMPOSE_PROJECT_NAME}_website"
env_file:
- .env
volumes:
- './../:/opt/'