Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ of these services, you likely would not use a docker version of them in producti
3. `docker network create st-mysql-56`
4. `docker network create st-postgres-95`
5. `docker network create st-redis-32`
6. `docker network create st-internal`
5. Execute `docker-compose up --build`
- If you're in a Windows environment, then perform the following if your build fails:
1. Kill, and optionally disable, the `World Wide Web Publishing Service`.
Expand Down
1 change: 1 addition & 0 deletions docker/data-source-services/network-creation.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
echo "Creating container networks:\n"
docker network create st-internal
docker network create nginx-proxy
docker network create st-mariadb-102
docker network create st-mysql-56
Expand Down