Container doesn't need any network access
This commit is contained in:
parent
d83e436bbb
commit
57d3790078
@ -33,6 +33,7 @@ services:
|
|||||||
--source /data/acme.json --dest /data/certs'
|
--source /data/acme.json --dest /data/certs'
|
||||||
volumes:
|
volumes:
|
||||||
- ./letsencrypt:/data
|
- ./letsencrypt:/data
|
||||||
|
network_mode: "none"
|
||||||
|
|
||||||
whoami:
|
whoami:
|
||||||
image: traefik/whoami:v1.8.1
|
image: traefik/whoami:v1.8.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user