diff --git a/README.md b/README.md index cf6adc7..adf7c7b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # How to run Create a folder named secrets, and make a file in it called postgrespassword. Put a strong password in this file + Copy .env.template into a file called .env, and set the environment variables in it to something sensible. + Change the port number of the server you wish to expose in the docker compose file + Run docker compose up -d