in between commit
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
bd907a0de1
commit
58fada76d1
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
synapse-admin:
|
||||
image: awesometechnologies/synapse-admin:{{ .Chart.AppVersion }}:${SYNAPSE_ADMIN_VERSION}
|
||||
image: awesometechnologies/synapse-admin:${SYNAPSE_ADMIN_VERSION}
|
||||
volumes:
|
||||
- /mnt/synapse_data:/data
|
||||
- ./config:/config
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
server {
|
||||
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
http2;
|
||||
|
||||
ssl_certificate /ssl/chain.crt;
|
||||
ssl_certificate_key /ssl/certificate.keyplain;
|
||||
|
|
Loading…
Reference in a new issue