2021-03-17 08:56:57 +10:00
|
|
|
# Upgrading
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
docker-compose pull
|
|
|
|
|
docker-compose up -d
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
This project will automatically update any databases or other requirements so you don't have to follow
|
|
|
|
|
any crazy instructions. These steps above will pull the latest updates and recreate the docker
|
|
|
|
|
containers.
|
|
|
|
|
|
2023-03-20 16:56:52 +10:00
|
|
|
See the [list of releases](https://github.com/NginxProxyManager/nginx-proxy-manager/releases) for any upgrade steps specific to each release.
|