You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
137B

  1. services:
  2. app:
  3. build: .
  4. ports:
  5. - "8080:80"
  6. volumes:
  7. - .:/var/www/html
  8. environment:
  9. APP_DEBUG: "true"

Powered by TurnKey Linux.