mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59: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
|
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:
|
Launch the containers:
|
||||||
|
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user