Docker Compose¶
Docker Compose resources are published on the FMR public GitHub repo.
Clone the FMR repo¶
Start by cloning the repo:
Find the required Compose configuration¶
Several Compose configurations are available. Choose the one best suited to your needs and change to that directory.
Initial start up¶
Step 1 - Start the containers.
Step 2 - Navigate to http://localhost:8179.Step 3 - On the database connection page, accept the license agreement and click Next.
Step 4 - Choose a password for the 'root' superuser account and click Next.
Stop and restart¶
Use Ctrl-C to stop the running containers while preserving content and settings.
Restart:
Reinstall from scratch¶
- Remove the old containers.
- Remove the persistent volumes. Check the
docker-compose.ymlto discover precisely what volumes are configured.