This commit is contained in:
Leonard Excoffier
2024-09-25 22:12:09 -04:00
commit f34c2fb05a
4 changed files with 235 additions and 0 deletions

6
guide.txt Normal file
View File

@@ -0,0 +1,6 @@
1. Edit the .env with the wanted configuration
2. (Optional) Delete the conf volume in compose.yaml
3. Rename the "db1" standard name in compose.yaml with the wanted name
4. Run "docker compose up -d"
A script is provided for easy setup.