mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
update 12.0 use other proxies
This commit is contained in:
parent
ab3e5da17d
commit
4efc4b5087
|
|
@ -145,8 +145,18 @@ Modify `nginx.conf` and add reverse proxy for services ***seafile*** and ***sead
|
|||
}
|
||||
```
|
||||
|
||||
## Restart nginx
|
||||
## Modify .env
|
||||
|
||||
Remove `caddy.yml` from field `COMPOSE_FILE` in `.env`, e.g.
|
||||
|
||||
```sh
|
||||
COMPOSE_FILE='seafile-server.yml' # remove caddy.yml
|
||||
```
|
||||
|
||||
## Restart services and nginx
|
||||
|
||||
```sh
|
||||
docker compose down
|
||||
docker compose up -d
|
||||
nginx restart
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue