Skip to content

Commit e3db9f1

Browse files
committed
2 parents 035be4c + 58804cb commit e3db9f1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +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-
5. Wait for the terminal to complete executing.
32-
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.
3337

3438
## Examples
3539
Inside the `examples` folder you will find example Docker configurations for

0 commit comments

Comments
 (0)