docker-compose.yml: Include host network mode for certs container (fixes #209)

This commit is contained in:
Matthew Wild 2024-01-03 15:52:00 +00:00
parent 1bb8610502
commit 9465b80ab8

View File

@ -13,6 +13,7 @@ services:
snikket_certs:
container_name: snikket-certs
image: snikket/snikket-cert-manager:dev
network_mode: host
env_file: snikket.conf
volumes:
- snikket_data:/snikket