shlomizadok / foreman-docker-compose

Docker compose of Foreman (develop branch), Smart Proxy (develop branch) and Postgres
GNU General Public License v3.0
27 stars 13 forks source link

Add password change instructions, beautify Dockerfiles #10

Closed bittner closed 6 years ago

bittner commented 6 years ago

The password for the admin user is auto-generated (for a while now). It's useful to let users know how they can change that password in order to log in to The Foreman.

I've also taken the freedom to simplify and reorder the content of the Dockerfiles and the Compose configuration - in the hope to make it more intuitive and easier to read.

Fixes #9.