mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
12 lines
278 B
Markdown
12 lines
278 B
Markdown
|
# 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.
|
||
|
|