We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ca043 commit 4ac55f0Copy full SHA for 4ac55f0
docker-compose.yml
@@ -43,7 +43,7 @@ services:
43
#build:
44
#context: .
45
#dockerfile: server/Dockerfile
46
- image: getmaxun/maxun-backend:v0.0.8
+ image: getmaxun/maxun-backend:v0.0.9
47
ports:
48
- "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}"
49
env_file: .env
@@ -70,7 +70,7 @@ services:
70
71
72
#dockerfile: Dockerfile
73
- image: getmaxun/maxun-frontend:v0.0.4
+ image: getmaxun/maxun-frontend:v0.0.5
74
75
- "${FRONTEND_PORT:-5173}:${FRONTEND_PORT:-5173}"
76
0 commit comments