Untitled

Anonymous
plain_text
05/08/2023 3:08 PM
292 B
18
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...