Skip to content

Commit 71ea1f0

Browse files
authored
Merge pull request #702 from getmaxun/oss-docker-upgrade
feat: image cleanup for docker upgrade process
2 parents 3c2b5e6 + 276ca85 commit 71ea1f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/components/dashboard/NavBar.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,10 +335,15 @@ export const NavBar: React.FC<NavBarProps> = ({
335335
<br />
336336
docker-compose down
337337
<br />
338+
<br />
339+
# Remove existing backend and frontend images
340+
<br />
341+
docker rmi getmaxun/maxun-frontend:latest getmaxun/maxun-backend:latest
342+
<br />
338343
<br />
339344
# pull latest docker images
340345
<br />
341-
docker-compose pull
346+
docker-compose pull backend frontend
342347
<br />
343348
<br />
344349
# start maxun

0 commit comments

Comments
 (0)