Skip to content

Commit 7c50455

Browse files
authored
Merge pull request #17 from BSStudio/maintenance/change_docker_ports_to_be_only_available_on_localhost
docker security on local development
2 parents 9aa22ba + 2ba7922 commit 7c50455

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ services:
1313
rabbit-mq:
1414
image: rabbitmq:management-alpine
1515
ports:
16-
- 5672:5672
17-
- 8081:15672
16+
- 127.0.0.1:5672:5672
17+
- 127.0.0.1:8081:15672
1818
mongo:
1919
image: mongo:4.4.2-bionic
2020
ports:
21-
- 27017:27017
21+
- 127.0.0.1:27017:27017

0 commit comments

Comments
 (0)