change share port in docker-compose.yml (#606)

* change share port in docker-compose.yml

* change Share port in all places

* restore internal share address
This commit is contained in:
Adina Parpalita 2018-09-05 13:33:05 +03:00 committed by Denys Vuika
parent dc4b8fedb8
commit 6ff1e3f2c7
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ services:
networks:
- internal
ports:
- 8081:8080
- 8083:8080
postgres:
image: postgres:10.1

View File

@ -35,7 +35,7 @@ services:
networks:
- internal
ports:
- 8081:8080
- 8083:8080
postgres:
image: postgres:10.1