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.

9 lines
115B

  1. services:
  2. app:
  3. build: .
  4. ports:
  5. - "8080:80"
  6. volumes:
  7. - .:/var/www/html
  8. env_file: .env

Powered by TurnKey Linux.