Skip to content

Commit 9d377d3

Browse files
committed
Fix formatting
1 parent 7d772ef commit 9d377d3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

workshop/content/docs/inputs/databases.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ by [Kartoza](https://kartoza.com/).
1616

1717
!!! info
1818

19-
We will use a different Docker Compose file, which includes a PostGIS container for this exercise. We can stop the current Docker containers, and run the alternate Docker containers with the following commands:
20-
21-
```bash
22-
cd ./getting-started-with-mapserver/workshop/exercises
23-
docker compose down
24-
docker compose -f docker-db-compose.yml up -d
25-
# when finished
26-
docker compose -f docker-db-compose.yml down
27-
```
19+
We will use a different Docker Compose file, which includes a PostGIS container for this exercise. We can stop the current Docker containers, and run the alternate Docker containers with the following commands:
20+
21+
```bash
22+
cd ./getting-started-with-mapserver/workshop/exercises
23+
docker compose down
24+
docker compose -f docker-db-compose.yml up -d
25+
# when finished
26+
docker compose -f docker-db-compose.yml down
27+
```
2828

2929

3030
## Checking the Database Connection with QGIS

0 commit comments

Comments
 (0)