feat: latest compose changes for upgrade

This commit is contained in:
amhsirak
2025-01-08 17:49:38 +05:30
parent c46ef9fda7
commit 201f299c8e

View File

@@ -261,6 +261,11 @@ export const NavBar: React.FC<NavBarProps> = ({
docker-compose down
<br />
<br />
# replace existing docker-compose file with new one by copy pasting the code from
<br />
<a href="https://github.com/getmaxun/maxun/blob/develop/docker-compose.yml">Latest Docker Compose</a>
<br />
<br />
# pull latest docker images
<br />
docker-compose pull