Merge pull request #702 from getmaxun/oss-docker-upgrade
feat: image cleanup for docker upgrade process
This commit is contained in:
@@ -335,10 +335,15 @@ export const NavBar: React.FC<NavBarProps> = ({
|
||||
<br />
|
||||
docker-compose down
|
||||
<br />
|
||||
<br />
|
||||
# Remove existing backend and frontend images
|
||||
<br />
|
||||
docker rmi getmaxun/maxun-frontend:latest getmaxun/maxun-backend:latest
|
||||
<br />
|
||||
<br />
|
||||
# pull latest docker images
|
||||
<br />
|
||||
docker-compose pull
|
||||
docker-compose pull backend frontend
|
||||
<br />
|
||||
<br />
|
||||
# start maxun
|
||||
|
||||
Reference in New Issue
Block a user