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.
 
 

17 line
266 B

  1. version: '3.7'
  2. services:
  3. contao:
  4. build:
  5. context: ./
  6. dockerfile: Dockerfile
  7. image: 'spt-website'
  8. container_name: contao
  9. ports:
  10. - '8021:80'
  11. volumes:
  12. - ./app:/var/www/html
  13. networks:
  14. - default
  15. networks:
  16. default: