Skip to content

Commit ffc534b

Browse files
committed
update docs
1 parent 5d8529c commit ffc534b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev-guide/intro.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,17 @@ Using Docker
109109
If you decide to use Docker to run the local PostgreSQL server, then a
110110
pre-built Docker Compose file is provided. Setup instructions are as follows:
111111

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.
113113

114114
.. code-block:: bash
115115
116-
cp envs/docker.env .env
116+
cp docker/example.env docker/.env
117117
118118
2. Run the following command to start the PostgreSQL server
119119

120120
.. code-block:: bash
121121
122-
docker compose -f docker-compose-dev.yml up -d
122+
docker compose -f docker/docker-compose.dev.yml up -d
123123
124124
Extensions
125125
==========

0 commit comments

Comments
 (0)