Skip to content

Commit

Permalink
Merge pull request #421 from haiwen/12.0_can_deploy_without_caddy
Browse files Browse the repository at this point in the history
update 12.0 use other proxies
  • Loading branch information
freeplant authored Dec 7, 2024
2 parents d95ed19 + 4efc4b5 commit 963fee8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion manual/setup/use_other_reverse_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 963fee8

Please sign in to comment.