feat(samples/httpaste.it/httpd) enable SSL

This commit is contained in:
Tiara Rodney 2022-04-17 03:53:51 +02:00
parent 68d9240c0c
commit 56f46172ce
3 changed files with 22 additions and 1 deletions

View file

@ -22,6 +22,7 @@ services:
dockerfile: Dockerfile
ports:
- "80:80"
- "443:443"
volumes:
-
type: volume
@ -30,6 +31,7 @@ services:
volume:
nocopy: true
- ./httpd/usr/local/apache2/conf/httpd.conf:/usr/local/apache2/conf/httpd.conf
- ./httpd/usr/local/apache2/ssl:/usr/local/apache2/ssl
tor:
build:
context: ./tor