Skip to content
Snippets Groups Projects
Commit 810687f8 authored by Markus Matoni's avatar Markus Matoni
Browse files

fix: add env file to docker compose command

parent 82e28e4c
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ Constrainify is the name of the entire application. It combines multiple compone
> **Step 3** Use Docker to run the application:
```bash
docker compose up
docker compose --env-file .env up
```
> **Step 4** Go to http://localhost:8000 on any browser and enjoy Constrainify!
......
......@@ -7,7 +7,7 @@ Requires=docker.service
Type=oneshot
WorkingDirectory=/opt/constrainify
ExecStartPre=git pull
ExecStart=docker compose up -d
ExecStart=docker compose --env-file .env up -d
ExecStop=docker compose down
RemainAfterExit=yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment