version: '3' services: app: image: docker.io/bitnami/laravel:9 ports: - "80:80" volumes: - ./myapp:/app command: ["php", "artisan", "serve", "--host", "0.0.0.0", "--port", "80"]