mirror of
https://github.com/snikket-im/snikket-server.git
synced 2025-10-26 11:19:07 +00:00
docker-compose.yml: Include host network mode for certs container (fixes #209)
This commit is contained in:
parent
1bb8610502
commit
9465b80ab8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user