compose.yaml 168 B

123456789
  1. services:
  2. frontend:
  3. build:
  4. context: .
  5. dockerfile: Dockerfile
  6. volumes:
  7. - ./public/data:/usr/share/nginx/html/data
  8. ports:
  9. - 8080:80