feat: remove additional step to get latest compose changes

This commit is contained in:
amhsirak
2025-01-13 16:13:34 +05:30
parent 5d32942662
commit 8ca651ccc4

View File

@@ -278,11 +278,6 @@ 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