Skip to content

Commit c329a5c

Browse files
authored
Update README.md
1 parent d4adb4d commit c329a5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,9 @@ SDKs or APIs available. The general workflow would look something like: webhook
120120

121121
You can use the `tvwb.py shell` command to open a python shell with the app context. This allows you to interact with the app without having to enter `python3 tvwb.py` every time.
122122

123-
#### Running Docker on Windows?
123+
#### Running Docker on Windows/Mac?
124124

125-
If you are using Docker on Windows, open the `docker-compose.yml` file and either remove the line `network_mode: 'host'` or change `host` to `bridge` (default when `network_mode` is not provided).
126-
The `host` network mode does not work with Windows and will cause the connection to the container to never complete. You will also need to add the `publish` parameter to the docker command such as: `docker-compose -dp 5000:5000 run app`.
125+
Thanks to @khamarr3524 for pointing out there are some docker differences when running on Windows or Mac. I've added OS-specific `docker-compose.yml` files to accomodate these differences. One should be able to run their respective OS's `docker-compose.yml` file without issue now!
127126

128127
#### How do I get more help?
129128

0 commit comments

Comments
 (0)