Skip to content

Commit

Permalink
hotfix: upgrade backend image to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amhsirak committed Dec 5, 2024
1 parent cc2b1a3 commit b3a973f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
#build:
#context: .
#dockerfile: server/Dockerfile
image: getmaxun/maxun-backend:v0.0.4
image: getmaxun/maxun-backend:v0.0.5
ports:
- "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
env_file: .env
Expand Down

0 comments on commit b3a973f

Please sign in to comment.