Trusted97/whitecat

View on GitHub
docker-compose.yml

Summary

Maintainability
Test Coverage
version: '3.9'

services:
  whitecat-83:
    build: docker/php-8.3
    container_name: whitecat-83
    working_dir: /app
    tty: true
    volumes:
      - .:/app:cached