File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
4343 # build:
4444 # context: .
4545 # dockerfile: server/Dockerfile
46- image : getmaxun/maxun-backend:v0.0.11
46+ image : getmaxun/maxun-backend:latest
4747 ports :
4848 - " ${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
4949 env_file : .env
@@ -70,7 +70,7 @@ services:
7070 # build:
7171 # context: .
7272 # dockerfile: Dockerfile
73- image : getmaxun/maxun-frontend:v0.0.8
73+ image : getmaxun/maxun-frontend:latest
7474 ports :
7575 - " ${FRONTEND_PORT:-5173}:${FRONTEND_PORT:-5173}"
7676 env_file : .env
Original file line number Diff line number Diff line change @@ -278,11 +278,6 @@ export const NavBar: React.FC<NavBarProps> = ({
278278 docker-compose down
279279 < br />
280280 < br />
281- # replace existing docker-compose file with new one by copy pasting the code from
282- < br />
283- < a href = "https://github.com/getmaxun/maxun/blob/develop/docker-compose.yml" > Latest Docker Compose</ a >
284- < br />
285- < br />
286281 # pull latest docker images
287282 < br />
288283 docker-compose pull
You can’t perform that action at this time.
0 commit comments