feat(samples/httpaste.it/httpd) enable SSL
This commit is contained in:
parent
68d9240c0c
commit
56f46172ce
3 changed files with 22 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue