Add a .env file with a LOCAL_IP variable.
docker run --rm --mount --network host type=bind,src=./nginx/nginx.conf,dst=/etc/nginx/nginx.conf --name server-from-scratch --publish 80:8000 nginxdocker compose up --build --detachdocker compose down --remove-orphans --rmi all --volumes