0

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

https://github.com/Zzocker/EHR-on-blockchain

samar
  • 1
  • 2

1 Answers1

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