services: app: container_name: simonis.lol build: context: . dockerfile: Dockerfile.dev restart: none ports: - '8080:80' volumes: - './src:/usr/share/nginx/html'