feat: docker setup container down

This commit is contained in:
amhsirak
2024-12-20 17:45:49 +05:30
parent b6274cca14
commit 5b3b6d848f

View File

@@ -238,6 +238,11 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
cd maxun
<br />
<br />
# stop the working containers
<br />
docker-compose down
<br />
<br />
# pull latest docker images
<br />
docker-compose pull