Skip to content

Commit 1053288

Browse files
committed
fix: wording and number listing
1 parent c4f3699 commit 1053288

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ of these services, you likely would not use a docker version of them in producti
2828
4. `docker network create st-postgres-95`
2929
5. `docker network create st-redis-32`
3030
5. Execute `docker-compose up --build`
31-
- If this fails and you're in a Windows environment, then perform the following:
32-
1. Kill, and optionally disable, the `World Wide Web Publishing Service`
33-
2. Run `set COMPOSE_CONVERT_WINDOWS_PATHS=1` in your CMD or PowerShell terminal
34-
3. Redo step `5` or follow more detailed steps [here](https://github.com/docker/compose/issues/4303#issuecomment-379563170)
35-
5. Wait for the terminal to complete executing.
36-
6. You now have Sourcetoad data sources running and logging to the console.
31+
- If you're in a Windows environment, then perform the following if your build fails:
32+
1. Kill, and optionally disable, the `World Wide Web Publishing Service`.
33+
2. Run `set COMPOSE_CONVERT_WINDOWS_PATHS=1` in your CMD or PowerShell terminal.
34+
3. Redo step `5` or follow more detailed steps [here](https://github.com/docker/compose/issues/4303#issuecomment-379563170).
35+
6. Wait for the terminal to complete executing.
36+
7. You now have Sourcetoad data sources running and logging to the console.
3737

3838
## Examples
3939
Inside the `examples` folder you will find example Docker configurations for

0 commit comments

Comments
 (0)