Skip to content
Snippets Groups Projects
Commit ac3d9f51 authored by Lukáš Kratochvíl's avatar Lukáš Kratochvíl
Browse files

feat: added .env file setup to README

parent 9ef7710a
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,8 @@ Firstly, run Docker daemon. ...@@ -53,6 +53,8 @@ Firstly, run Docker daemon.
Navigate into the project root directory `pb138-film-database-group-project`. Navigate into the project root directory `pb138-film-database-group-project`.
Create your `.env` file here if you haven't done it yet. Example is in the `.env.example` file.
Then in the root directory run `docker-compose up -d` to build, (re)create, start, and attach to containers for a service (optional flag `-d` runs containers in the background). Then in the root directory run `docker-compose up -d` to build, (re)create, start, and attach to containers for a service (optional flag `-d` runs containers in the background).
When you are finished, run `docker-compose down` to stop and remove containers, networks and images created by `up`. When you are finished, run `docker-compose down` to stop and remove containers, networks and images created by `up`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment