mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Improve sample confs.
This commit is contained in:
parent
bcd5dfdab6
commit
e385675733
|
@ -1,7 +1,9 @@
|
|||
# If you edit this file, remember to run ./launcher rebuild
|
||||
[server]
|
||||
server.hostname = seafile.example.com
|
||||
server.letsencrypt = true
|
||||
|
||||
admin.email = me@example.com
|
||||
admin.password = asecret
|
||||
|
||||
server.letsencrypt = true
|
||||
server.port_mappings = 80:80,443:443
|
|
@ -3,4 +3,8 @@
|
|||
server.hostname = seafile.example.com
|
||||
admin.email = me@example.com
|
||||
admin.password = asecret
|
||||
server.port_mappings = 8080:80
|
||||
|
||||
# Comment out this line and uncommen the two lines below to use letsencrypt SSL certificate
|
||||
server.port_mappings = 8080:80
|
||||
# server.letsencrypt = true
|
||||
# server.port_mappings = 80:80,443:443
|
Loading…
Reference in a new issue