webserver: image: nginx:alpine container_name: webserver restart: unless-stopped tty: true ports: - "880:80" - "8443:443" volumes: - ./:/var/www - ./docker/nginx/conf.d/:/etc/nginx/conf.d/ depends_on: - app
webserver: image: nginx:alpine container_name: webserver restart: unless-stopped tty: true ports: - "880:80" - "8443:443" volumes: - ./:/var/www - ./docker/nginx/conf.d/:/etc/nginx/conf.d/ depends_on: - app