Skip to content
This repository was archived by the owner on Apr 21, 2020. It is now read-only.

Commit 32456de

Browse files
committed
Docs: Fix docker network name reference in the main readme file
1 parent 787834e commit 32456de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The product is formed by one container:
1414

1515
1. Use the `docker-compose.yml.sample` file as your docker-compose configuration file.
1616

17-
2. Create a docker network called "platform_services" before start the services with `docker network create platform_services`.
17+
2. Create a docker network called "platform_products" before start the services with `docker network create platform_products`.
1818

1919
3. Create a directory called `webapp` and place your web application files within.
2020

2121
4. Start with `docker-compose up -d`.
2222

23-
5. Open a browser in the url <http://localhost:8080> to view your application running.
23+
5. Open the url <http://localhost:8080> in a browser to view your application running.
2424

2525
6. Manage backups of your files:
2626

0 commit comments

Comments
 (0)