mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2025-09-02 02:39:26 +00:00
Use 80:80 as the default map setting
This commit is contained in:
parent
97cb2cfeb8
commit
4c66237b03
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ admin.email = me@example.com
|
||||||
admin.password = asecret
|
admin.password = asecret
|
||||||
|
|
||||||
# Comment out this line and uncomment the two lines below to use letsencrypt SSL certificate
|
# Comment out this line and uncomment the two lines below to use letsencrypt SSL certificate
|
||||||
server.port_mappings = 8080:80
|
server.port_mappings = 80:80
|
||||||
# server.letsencrypt = true
|
# server.letsencrypt = true
|
||||||
# server.port_mappings = 80:80,443:443
|
# server.port_mappings = 80:80,443:443
|
||||||
|
|
Loading…
Add table
Reference in a new issue