Select Git revision
docker-compose.yml
-
David Beniamine authoredDavid Beniamine authored
docker-compose.yml 309 B
version: "3.7"
services:
front:
build: ./docker
volumes:
- sites:/var/www/html/sites
environment:
restart: ${RESTART}
PHP_INI_DATE_TIMEZONE: 'Europe/Paris'
ports:
- "${PORT}:80"
restart: ${RESTART}
volumes:
sites: