services: letsencrypt: expose port 80 for redirections
Otherwise you can not redirect HTTP to HTTPS
This commit is contained in:
parent
ef4246b55c
commit
1800dec873
|
@ -12,6 +12,7 @@ services:
|
|||
volumes:
|
||||
- ./letsencrypt:/config
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
||||
freshrss:
|
||||
|
|
Reference in a new issue