Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs

    How can I make sure FusionAuth is running when I start it via docker-compose?

    Q&A
    docker docker-compose troubleshooting
    1
    2
    90
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dan
      dan last edited by dan

      It's not responding at the port 9011, like it should.

      Is there a way to test or ping the FusionAuth App to make sure its up and running other than using docker ps -a?

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

      1 Reply Last reply Reply Quote 0
      • dan
        dan last edited by dan

        A good way to test the app is up and running is to run docker logs 27e4c9edd311 where 27e4c9edd311 is the docker container id, which is found by running docker ps|grep fusionauth.

        If you are using docker-compose, you can also run docker-compose logs -f fusionauth.

        Look in the logs for any errors. On successful startup, you'll see this message (with perhaps a different version message):

        ---------------------------------------------------------------------------------------------------------
        ------------------------------- Starting FusionAuth version [1.16.0-RC.1] -------------------------------
        ---------------------------------------------------------------------------------------------------------
        

        --
        FusionAuth - Auth for devs, built by devs.
        https://fusionauth.io

        1 Reply Last reply Reply Quote 0
        • First post
          Last post