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 13:03:16 +00:00
committed by GitHub
parent 78435e0b29
commit 3103a2ccbf
2 changed files with 6 additions and 0 deletions

1
compose/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.env

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