Slight readme change

This commit is contained in:
Martin Asprusten 2026-04-12 01:29:45 +02:00
parent 49e857f258
commit 3caf3cdb9e
No known key found for this signature in database

View File

@ -1,5 +1,8 @@
# How to run # How to run
Create a folder named secrets, and make a file in it called postgrespassword. Put a strong password in this file 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. 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 Change the port number of the server you wish to expose in the docker compose file
Run docker compose up -d Run docker compose up -d