LogViewer/docker-compose.yml
splin94@yandex.ru 3a4a328d80 -
2023-11-09 20:51:08 +00:00

15 lines
303 B
YAML
Executable File

version: '3.8'
services:
php-fpm:
build:
context: .
dockerfile: Dockerfile
container_name: LaravelLogViewer
user: root
privileged: true
environment:
PHP_IDE_CONFIG: "serverName=localhost"
volumes:
- ./code:/var/www:delegated
ports:
- "8081:80"