We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c2b5e6 + 276ca85 commit 71ea1f0Copy full SHA for 71ea1f0
src/components/dashboard/NavBar.tsx
@@ -335,10 +335,15 @@ export const NavBar: React.FC<NavBarProps> = ({
335
<br />
336
docker-compose down
337
338
+ <br />
339
+ # Remove existing backend and frontend images
340
341
+ docker rmi getmaxun/maxun-frontend:latest getmaxun/maxun-backend:latest
342
343
344
# pull latest docker images
345
- docker-compose pull
346
+ docker-compose pull backend frontend
347
348
349
# start maxun
0 commit comments