Highlight usage of .env file for compose stack (#53)

Co-authored-by: Benjamin Bädorf <hello@benjaminbaedorf.eu>
This commit is contained in:
Yule
2023-05-11 15:03:16 +02:00
committed by GitHub
co-authored by Benjamin Bädorf
parent 78435e0b29
commit 3103a2ccbf
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
.env
+5
View File
@@ -14,6 +14,11 @@ Make sure you are using the latest version of the Docker images:
docker-compose pull
Copy the example `.env` file and edit any values you want to change:
cp .env.example .env
vim .env
Launch the containers:
docker-compose up -d