Skip to content

Commit aa9546b

Browse files
authored
Add updating instructions in readme
1 parent 9073675 commit aa9546b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,20 @@ npm install
7676
npm run dev
7777
```
7878
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+
7994
# Disclaimer
8095
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

Comments
 (0)