diff --git a/docker-compose.yml b/docker-compose.yml index 3a0e9118..b571cc6f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -43,7 +43,7 @@ services: #build: #context: . #dockerfile: server/Dockerfile - image: getmaxun/maxun-backend:v0.0.11 + image: getmaxun/maxun-backend:latest ports: - "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}" env_file: .env @@ -70,7 +70,7 @@ services: #build: #context: . #dockerfile: Dockerfile - image: getmaxun/maxun-frontend:v0.0.8 + image: getmaxun/maxun-frontend:latest ports: - "${FRONTEND_PORT:-5173}:${FRONTEND_PORT:-5173}" env_file: .env diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 5f7ce6b3..663f6900 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -278,11 +278,6 @@ export const NavBar: React.FC = ({ docker-compose down

- # replace existing docker-compose file with new one by copy pasting the code from -
- Latest Docker Compose -
-
# pull latest docker images
docker-compose pull