mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 08:49:51 +00:00
Highlight usage of .env file for compose stack (#53)
Co-authored-by: Benjamin Bädorf <hello@benjaminbaedorf.eu>
This commit is contained in:
1
compose/.gitignore
vendored
Normal file
1
compose/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.env
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user