Commit ffc534b 1 parent 5d8529c commit ffc534b Copy full SHA for ffc534b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,17 +109,17 @@ Using Docker
109
109
If you decide to use Docker to run the local PostgreSQL server, then a
110
110
pre-built Docker Compose file is provided. Setup instructions are as follows:
111
111
112
- 1. Copy ``envs/ docker.env `` to ``.env `` within the root of the repo . Modify as appropriate.
112
+ 1. Copy ``docker/example .env `` to ``.env `` within the `` docker `` folder . Modify as appropriate.
113
113
114
114
.. code-block :: bash
115
115
116
- cp envs/ docker.env .env
116
+ cp docker/example .env docker/ .env
117
117
118
118
2. Run the following command to start the PostgreSQL server
119
119
120
120
.. code-block :: bash
121
121
122
- docker compose -f docker-compose- dev.yml up -d
122
+ docker compose -f docker/docker -compose. dev.yml up -d
123
123
124
124
Extensions
125
125
==========
You can’t perform that action at this time.
0 commit comments