Editing: docker-compose.yml
version: '3.9' services: php: build: context: .docker dockerfile: Dockerfile volumes: - ./:/app
Save
Back