Commit 014d4d4 1 parent 9154604 commit 014d4d4 Copy full SHA for 014d4d4
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
context : ./docker/pg
9
9
dockerfile : Dockerfile
10
10
env_file :
11
- - docker.env
11
+ - docker-compose .env
12
12
volumes :
13
13
- postgres_volume:/var/lib/postgresql/data
14
14
ports :
Original file line number Diff line number Diff line change @@ -91,7 +91,15 @@ Using Docker
91
91
^^^^^^^^^^^^
92
92
93
93
If you decide to use Docker to run the local PostgreSQL server, then a
94
- pre-built Docker Compose file is provided. Simply run the following:
94
+ pre-built Docker Compose file is provided. Setup instructions are as follows:
95
+
96
+ 1. Copy ``envs/docker.env `` to ``docker-compose.env `` within the root of the repo. Modify as appropriate.
97
+
98
+ .. code-block :: bash
99
+
100
+ cp envs/docker.env docker-compose.env
101
+
102
+ 2. Run the following command to start the PostgreSQL server
95
103
96
104
.. code-block :: bash
97
105
You can’t perform that action at this time.
0 commit comments