Did you get the success message at the end?
What do you see when you type "docker ps" on the command line?
Yes...Here is what I saw in the terminal following the install:
::: Done installing Fermentrack!
================================================================================
Review the log above for any errors, otherwise, your initial environment install
is complete!
Fermentrack has been installed into a Docker container. To view Fermentrack
enter
http://192.168.1.5:1 into your web browser.
Note - Fermentrack relies on the fermentrack-tools directory to run. Please
back up the following files to ensure that you do not lose data if you
need to reinstall Fermentrack:
- Fermentrack Variables : ./envs/django
- Postgres Variables : ./envs/postgres
- Fermentrack Address :
http://192.168.1.5:1
Happy Brewing!
If I type "docker ps" I am seeing:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7992d55a179a jdbeeler/tiltbridge-junior:latest "/start /start" 23 hours ago Up 20 hours fermentrack-tools_tiltbridge-junior_1
0fc3dab6bc9d fermentrack_nginx "/docker-entrypoint.…" 23 hours ago Up 20 hours fermentrack-tools_nginx_1
ee78a6b41f85 jdbeeler/fermentrack:latest "/entrypoint /start …" 23 hours ago Up 20 hours fermentrack-tools_django_1
0282a150c10b fermentrack_postgres "docker-entrypoint.s…" 23 hours ago Up 20 hours fermentrack-tools_postgres_1
650e638c602b fermentrack_redis "docker-entrypoint.s…" 23 hours ago Up 20 hours fermentrack-tools_redis_1
Thanks for your help
@Thorrak !