Container doesn't need any network access

This commit is contained in:
vgdh 2025-07-06 19:02:03 +05:00 committed by GitHub
parent d83e436bbb
commit 57d3790078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ services:
--source /data/acme.json --dest /data/certs'
volumes:
- ./letsencrypt:/data
network_mode: "none"
whoami:
image: traefik/whoami:v1.8.1