I am trying to implement a github project based on electronic medical records but I am facing issue on last step while executing docker "docker compose up -d" in dir. Downloads/EHR/explorer where docker compose is residing the issue is this file is executing successfully but its not displaying any server URL for accessing project's front-end. attach is the link to project. command error
Asked
Active
Viewed 229 times
1 Answers
0
As per these lines of code, your app should be accessible at http://localhost:8080
If you are not able to see anything, this means containers went down and you can check that by running
docker compose ps -a
& check the status of each container.

Abdennour TOUMI
- 87,526
- 38
- 249
- 254
-
got this while running command. Unknown shorthand flag 'a' in -a. can you guide further – samar Dec 06 '21 at 16:07