You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You only need to back up the volumes because they contain the SSL certificates of the subdomains
23
+
24
+
## Update
25
+
26
+
* Go to the nginx-proxy folder which should be in `~/projects/nginx-proxy`
27
+
* Run the `git status` command to see if there were any changes, evaluate if you can discard or if you need to save the change if there were any
28
+
* Update the main project
29
+
```bash
30
+
git pull origin master
31
+
```
32
+
* Update the images
33
+
```bash
34
+
docker compose pull
35
+
```
36
+
* Raise the containers
37
+
```bash
38
+
docker compose up -d
39
+
```
40
+
41
+
## Service setup
42
+
43
+
A service setup may require specific configurations, for example if the service runs on a different port or has a different protocol. In these cases, see the nginx-proxy documentation.
44
+
45
+
### In subdomains
46
+
* You will need to add at least these environments to the server:
0 commit comments