diff --git a/README.md b/README.md index 3f112ee..fff5728 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/docker/data-source-services/network-creation.sh b/docker/data-source-services/network-creation.sh index 261b335..58a6c28 100755 --- a/docker/data-source-services/network-creation.sh +++ b/docker/data-source-services/network-creation.sh @@ -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