You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# step3. start all container services, it might cost some time
59
-
docker-compose up -d
59
+
docker network create ekg-net && docker-compose up -d
60
60
```
61
61
62
62
The current image version includes only the basic EKG service. We plan to launch the front-end interface and back-end interaction services in Octorber.
0 commit comments