Computer scienceSystem administration and DevOpsDockerDocker Compose

Services and their attributes

Theory

Providing web services

Report a typo

Suppose you want to define a web service in a container that uses 'nginx:latest' as a web server. Please write the image attribute along with the image name into the text field.

version: '3'

services:
  web:
Enter a short text
___

Create a free account to access the full topic