Skip to content

Commit c4f3699

Browse files
committed
docs: added text for Windows machines
1 parent ddd313d commit c4f3699

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ 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)
3135
5. Wait for the terminal to complete executing.
3236
6. You now have Sourcetoad data sources running and logging to the console.
3337

0 commit comments

Comments
 (0)