File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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 `
30305 . 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
3539Inside the ` examples ` folder you will find example Docker configurations for
You can’t perform that action at this time.
0 commit comments