You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
316 B
10 lines
316 B
# General |
|
MY_DOMAIN=example.com |
|
DOCKER_MY_NETWORK=caddy_net |
|
|
|
# Seafile Specific |
|
MYSQL_ROOT_PASSWORD=examplepassword |
|
SEAFILE_ADMIN_EMAIL=youremail # Specifies Seafile admin user. This is also your username |
|
SEAFILE_ADMIN_PASSWORD=examplepass # Specifies Seafile admin password. |
|
SEAFILE_HOSTNAME=subdomain.example.com |
|
|
|
|