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
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,5 +76,20 @@ npm install
76
76
npm run dev
77
77
```
78
78
79
+
# Updating
80
+
### Portainer
81
+
- Navigate to stacks
82
+
- Click on the `lab-dash` stack
83
+
- Click Editor tab at the top
84
+
- Click Update the stack
85
+
- Enable Re-pull image and redploy toggle
86
+
- Click Update
87
+
88
+
### Docker CLI:
89
+
- `cd /directory_of_compose_yaml`
90
+
- `docker compose down`
91
+
- `docker compose pull`
92
+
- `docker compose up -d`
93
+
79
94
# Disclaimer
80
95
This code is provided for informational and educational purposes only. I am not associated with any of the services/applications mentioned in this project.
0 commit comments