Adding HTTPS support for REST API interface

This commit is contained in:
Flavio Meyer 2020-02-06 15:59:27 +01:00
parent 55c2472cf6
commit 2a15d51703
7 changed files with 74 additions and 11 deletions

View file

@ -5,4 +5,5 @@ services:
mem_limit: 1048576000
image: ajilaag/clamav-rest
ports:
- "9000:9000"
- "9000:9000"
- "9443:9443"