Untitled
unknown
plain_text
2 years ago
219 B
8
Indexable
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"]
Editor is loading...