web: image: nginx:latest ports: - "8080:80" volumes: - ./WebAuthn:/usr/share/nginx/html/WebAuthn - ./default.conf:/etc/nginx/conf.d/ default.conf left: - php php: image: php:fpm volumes: - ./WebAuthn:/var/www/html/WebAuthn