Skip to content

Commit 9669a34

Browse files
authored
Merge pull request #347 from getmaxun/docker-updates
feat: docker setup upgrade instructions
2 parents 8fd6a26 + 8ca651c commit 9669a34

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/components/dashboard/NavBar.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)