version: '3.8'

services:
  web:
    image: nginx:alpine
    ports:
      - "80:80"
    restart: always
