Is it possible running SWAG DNS mode only, without nginx webserver?

I ran docker SWAG got the cert via dns mode.
I dont need nginx and php,I want save resources by not running it.
iIwant to use it like certbot “certonly” mode
But I cant find any info on the documentation page.

the work around i can think off is, just not port forward the container & go into the container and turn the services off manually.

instead of doing it the manual way, is there any swag config that can achieve them?

No, what you describe is a certbot container

1 Like

yeah i thought so. i just started playing around with swag for only one day, just know the basic of it.