version: '3' services: web: image: nginx:alpine ports: - "8888:80" volumes: - ${PWD}:/usr/share/nginx/html restart: always