version: '3.8' services: nginx: image: nginx:alpine container_name: inception ports: - "8080:80" restart: unless-stopped