services: cnn_website: build: context: cnn_website/. image: cnn_website container_name: cnn_website_1 ports: - "8080:80" restart: unless-stopped