Nginx

NginX docker config

docker compose:

version: "3.9"
services:
  test:
    image: nginx:latest
    ports:
      - …