Browse Source

Fixed seafile mistakes

pull/1/head
Tai 6 years ago
parent
commit
71126ae8b2
  1. 2
      seafile/README.md
  2. 2
      seafile/docker-compose.yml

2
seafile/README.md

@ -43,7 +43,7 @@ SERVICE_URL https://subdomain.example.com
## Caddyfile ## Caddyfile
``` ```
webdav.example.com { webdav.example.com {
reverse_proxy seafile:8080 reverse_proxy seafile:80
} }
``` ```
Here I assigned a new subdomain webdav and point it to port 8080 which is the defualt on seafdav.conf Here I assigned a new subdomain webdav and point it to port 8080 which is the defualt on seafdav.conf

2
seafile/docker-compose.yml

@ -2,7 +2,7 @@ version: '2.0'
services: services:
seafile-db: seafile-db:
image: mariadb:10.1 image: mariadb:10.1
container_name: seafile-mysql container_name: seafile-db
environment: environment:
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} # Requested, set the root's password of MySQL service. - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} # Requested, set the root's password of MySQL service.
- MYSQL_LOG_CONSOLE=true - MYSQL_LOG_CONSOLE=true

Loading…
Cancel
Save