- Add the certificate
nginx/certs/localhost.crtto your keychain, and edit it toAlways Trust. Guide here. docker-compose -f docker-compose-local.yml up- https://localhost
Using docker service ls the stack name is the text that appears before the underscore in the service list. E.G. If the name of a service is test_nextjs the stack name is test
docker stack rm <stack name>
docker stack deploy -c docker-compose.yml <stack-name>