Welcome to Centmin Mod Community
Register Now

How to run this ohmyform docker app?

Discussion in 'Centmin Mod Docker Development' started by runos, Dec 22, 2019.

  1. runos

    runos Member

    46
    16
    8
    Dec 17, 2019
    Ratings:
    +19
    Local Time:
    4:08 PM
    1.17.6
    10
    Hi guys! It's my first time playing with Docker.
    I've followed the steps in this forum to install docker.


    Next I tried to install this docker app by following this guide:
    https://ohmyform.com/docs/install/

    After the final step, here's what I got:


    Code:
    docker-compose ps
             Name                        Command               State                Ports
    ---------------------------------------------------------------------------------------------------
    ohmyform_mail_1           MailHog                          Up      1025/tcp, 0.0.0.0:5050->8025/tcp
    ohmyform_mongo_1          docker-entrypoint.sh mongod      Up      27017/tcp
    ohmyform_mongoexpress_1   tini -- /docker-entrypoint ...   Up      0.0.0.0:5051->8081/tcp
    ohmyform_ohmyform_1       docker-entrypoint.sh node  ...   Up      0.0.0.0:5000->5000/tcp
    ohmyform_redis_1          docker-entrypoint.sh redis ...   Up      6379/tcp
    
    How do I run this thing now? Noob here :p
     
  2. runos

    runos Member

    46
    16
    8
    Dec 17, 2019
    Ratings:
    +19
    Local Time:
    4:08 PM
    1.17.6
    10
    Found the solution, I just need to run it with my IP address at 5000 port.
    I was looking for a way to execute a file... LOL!